Back-End Development and APIs Projects - URL Shortener Microservice

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 error Error: redirected is not implemented yet originating from dom-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 the dom-test-evaluator.js script cannot successfully execute the response.blob() method required to upload a test file to my API. My server is correctly configured with multer and returns the name, type, and size in 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

these courses have been archived and are no longer maintained.
So there is nothing we can do to help you with this.