Back End Development and APIs Projects - URL Shortener Microservice

Tell us what’s happening:
I don’t know what is wrong with my project, but don’t pass the last three test.
I test manually and obtain the expected responses.

Project link

solution: https://boilerplate-project-urlshortener.gusgluna.repl.co/

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

Link to the challenge:

Your app is not loading for me, so it could be a repl.it issue.

FYI - I cloned your code and tested things out on my on server and found your app still does not meet the requirements. Try passing a long url like:
https://www.freecodecamp.org/learn/back-end-development-and-apis/back-end-development-and-apis-projects/url-shortener-microservice to your app and see what gets returned. The original_url property value should be the exact url shown above, but it is not.

1 Like

Thank you so much, that was the error, when I was storing a new URL, I do not was store the complete URL just the hostname. Really appreciate your help.

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