There’s no response when attempting any of the User stories. My guess would be something wrong with your database connection.
Go to Tools > Logs on Glitch
Then try doing the User Stories on the challenge page and see what errors come up.
When I try to create a new user using the form (first test), the browser just stays loading. So freeCodeCamp is not getting a response, which is why the test are failing.
Looking at your code, it seems like you have the correct code written out to give a response, which is not being returned. So I assume it’s an issue with the database connection, since something is causing it to freeze up.
You can use the console log in Glitch, as shown in this challenge to look for any error messages:
I think so. I can’t check the logs since I would need to remix the project to do so.
Even if I do that, I can’t connect to your database without credentials, so it won’t work for me regardless.