Tell us what’s happening:
For the URL Shortener Microservice
I am requesting a manual review for the URL Shortener project. While my backend handles the
res.redirect()logic correctly, the freeCodeCamp test suite is failing Test 3 (“When you visit /api/shorturl/<short_url>, you will be redirected to the original URL”). Upon inspecting the browser console during the test, I see the errorError: redirected is not implemented yetoriginating fromdom-test-evaluator.js. I have manually verified that the redirect works as expected in a live browser session, and my code follows all project requirements.
For the File Metadata Microservice
I am seeking assistance with the File Metadata project as the final test is failing due to a limitation in the FCC testing environment. Test 4 fails with a console error stating
Error: blob is not implemented yet. This occurs because thedom-test-evaluator.jsscript cannot successfully execute theresponse.blob()method required to upload a test file to my API. My server is correctly configured withmulterand returns thename,type, andsizein the required JSON format when I test the upload form manually.
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36
Challenge Information:
Back-End Development and APIs Projects - URL Shortener Microservice