Back End Development and APIs Projects - Exercise Tracker Test #3

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

Link to the challenge:

1 Like

Your code is passing that test for me. Did you fix it?

Interesting. Why it not passing then here:
https://3000-wills205-fccboilerplate-s7lv11ss50q.ws-us98.gitpod.io

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.

I’m not sure if its public now
https://wills205-fccboilerplate-s7lv11ss50q.ws-us98.gitpod.io/

I guess only browser could be public in gitpod but not a code

And one more thing:
gitpod is not passing this test
replit is getting timeout

Is there any other online services that could help?

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