Back End Development and APIs Projects - URL Shortener Microservice

Tell us what’s happening:

My code is failing all tests even though it works fine and do what it’s supposed to do.

I’m using Postman to verify the test manually and it’s returning exactly what’s mentioned in the challenge. (Except for the GET function which I haven’t completed yet).

image

The thing is, my server is receiving those POST requests from the FreeCodeCamp Tests when I click on Run Tests, and it even save the valid ones in the DB. So the only think that i’m thinking of is that FreeCodeCamp is not receiving back my server’s responses which is weird because I can receive them on Postman.

###Your project link(s)

Code Link: https://freecodecam-boilerplate-rfh4s0i642u.ws-eu115.gitpod.io

Your browser information:

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

Challenge Information:

Back End Development and APIs Projects - URL Shortener Microservice

@iyy0v Has your issue been resolved? If so, could you please share how you fixed it? I’m facing the same problem now

Please open a new thread

In the future, please create your own topic when you have specific questions about your own challenge code. Only respond to another thread when you want to provide help to the original poster of the other thread or have follow up questions concerning other replies given to the original poster.

The easiest way to create a topic for help with your own solution is to click the Ask for Help button located on each challenge. This will automatically import your code in a readable format and pull in the challenge url while still allowing you to ask any question about the challenge or your code.

Thank you.