Back-End Development and APIs Projects - File Metadata Microservice

Tell us what’s happening:

File Metadata Microservice - Test 4 keeps failing even though tests 1, 2, and 3 pass. I’ve verified extensively that my server returns the correct response manually: Status 200, Content-Type: application/json; charset=utf-8, Body: {“name”:“test.txt”,“type”:“text/plain”,“size”:11}. This matches the exact expected format. I believe this is the known “blob is not implemented yet” test runner bug reported in dom-test-evaluator.js (GitHub issue #65377), affecting many other campers with the identical

###Your project link(s)

githubLink: https://time-master--aruanapedro.replit.app

solution: https://time-master--aruanapedro.replit.app

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36

Challenge Information:

Back-End Development and APIs Projects - File Metadata Microservice

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/back-end-development-and-apis-projects/bd7158d8c443edefaeb5bd0f.md at main · freeCodeCamp/freeCodeCamp · GitHub

Hey @Pedroaruana,

Welcome to freeCodeCamp forum!

It looks like your post is missing a solution. Could you please update it to include a link to your code?