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).
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