Tell us what’s happening:
Hi, I think there may be an issue with the File Metadata Microservice test #4. My app follows all requirements: POST /api/fileanalyse using multer with upload.single(“upfile”), correct form field name, and returns JSON with name, type, and size from req.file. It works correctly when tested manually, but the test still fails. I removed any extra frontend logic and ensured the Express setup matches FCC instructions exactly. Could someone confirm if this test is currently working?
###Your project link(s)
solution: http://localhost:3000
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36
Challenge Information:
Back-End Development and APIs Projects - File Metadata Microservice