Back End Development and APIs Projects - URL Shortener Microservice

Tell us what’s happening:
I think all my tests should be passing. In other words my Node.js server is providing the same responses that the project suggestions. Please help guide me, i’ve checked for spelling errors, all I could see is that the project test results are json objects with single quotes and my Node server kicks out double quotes.

Your project link(s)
https://boilerplate-project-urlshortener.stevencendejas.repl.co

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0

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

Link to the challenge:

Open your browser’s console and see what happens when you submit your live project url. You should always check the browser console when tests fail.

You have been testing from your computer so there is no domain associated with your request. When a request originates from a website (like freeCodeCamp.com), you have to make sure you have allowed your app to accept requests from other domains other than its own.

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