Hi guys!
I’ve set up the account on mLab (actually it is redirecting to MongoDB Atlas at this time), created the database, the admin user, whitelisted the IP from Glitch (curl ifconfig.me), and everything seems to be working fine between Glitch and MongoDB Atlas, using mongoose and getting the DB URI from .env file, I’m perfectly able to store data. Although the most basic FreeCodeCamp tests are not working
On the first challenge about MongoDB and Mongoose I get the following errors:
// running tests
Not Found
Not Found
Not Found
// tests completed
Can someone help me with this?