File Metadata Microservice — "blob is not implemented yet" test bug (needs manual review)

Hi freeCodeCamp team,

I’m submitting my File Metadata Microservice project, but Test 4 is failing due to a known test runner bug. My code is correct and the project works perfectly when tested manually.

Project URL: https://project-filemetadata-lcbb.onrender.com

Source Code:GitHub - AdinubaEze/project-filemetadata · GitHub

What works:

  • The form uploads files correctly
  • The /api/fileanalyse endpoint returns the correct JSON response:
    {"name":"test.txt","type":"text/plain","size":1234}
    
  • All user stories are satisfied

The error:

dom-test-evaluator.js:2 Error: blob is not implemented yet
    at o (dom-test-evaluator.js:2:102733)
    at Object.blob (dom-test-evaluator.js:2:103360)

This appears to be the same bug reported in GitHub issue #65377. The test runner fails when handling file blobs during automated testing, even though the actual functionality works fine.

My stack:

  • Node.js + Express
  • Multer for file upload handling
  • Deployed on Render

Could a moderator please manually verify and mark this project as complete? I’m happy to provide any additional screenshots or code if needed.

Thank you!

Welcome to the forum @emmanuelezeadinuba

The issue was " Closed as not planned".

freeCodeCamp staff are concentrating on rolling out the new curriculum and since the old curriculum is archived they no longer maintain it.

You may need to wait for the new certificate to rollout in the Full Stack Developer course. For now you can skip to the next lesson.

Happy coding