Tell us what’s happening:
Hi all. My challenge is not complete yet. I’m experiencing an issue on test step 3
Failed:The returned response from POST /api/users with form data username will be an object with username and _id properties.
My code returns object with username and _id but still fails on test step 3 somehow. Am I understanding the description wrong?
Your project link(s)
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36
Challenge: Back End Development and APIs Projects - Exercise Tracker
I get a 401 with that URL. You should get an option to make the URL public when you open the Gitpod workspace.
Also, I can’t really debug the code if I can’t see it.
Edit: you can share a snapshot of the workspace. Click the Gitpod button on the lower left corner, then select “Share Workspace Snapshot”, it should give you a link you can copy and post.
Both should work. I do not get a timeout with your Replit.
There is also Glitch as another option. Or some free Node.js hosting service, but I’d suggest you use something that will let people see the code if you need help with it (like Replit/Glitch).