URL Shortener - Passes Manual Testing, But Not Official Tests

Tell us what’s happening:
Hi. When I manually test my project, everything seems to work, but I can’t figure out why I’m not passing the official tests.

If anybody has any thoughts, I’m all ears. Thanks.

Your project link(s)

https://replit.com/@jjsomanytabs/url-v1

Your browser information:

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

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

Link to the challenge:

The boilerplate comes with a package you seem to have removed. You need that, which is why it is in the starting boilerplate code.

I tried doing that, but that wasn’t super helpful.

That fixed it. Thanks!

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