Back End Development and APIs Projects - URL Shortener Microservice

Tell us what’s happening:
POST and GET tests fail despite validating and returning the correct information.
Is there some sort of hidden test, is the use is dns.lookup required? I’m so confused.

Your project link(s)

solution: boilerplate-project-urlshortener - Node.js Repl - Replit

Your browser information:

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

Challenge: Back End Development and APIs Projects - URL Shortener Microservice

Link to the challenge:

Look at your browser console when submitting the project URL. You have CORS errors that you will need to resolve on the backend.

1 Like

Oh my god .-.

CORS has always kicked my ass one way or another…
Much appreciated.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.