but when I run tests, all I get is 3 “Not found” errors. I’m really confused because I get no helpful error messages to show me what is wrong and I’m fairly certain my package.json has the dependencies correct. Any ideas?
Ok so after I formatted my URI to look like yours (removed the quotes and added userid and password of db on mlab) my test still fails. What’s weird is that I feel like 2 of the tests should still pass even if the URI was incorrect (if it’s looking for the mongoose and mongodb dependencies in my package.json why would those tests fail?) Not sure how to proceed at this point.
I think that’s my issue to: from what I can tell there is no link on the intro pages for that project I started modifying my earlier project from the express section. There is a link to mLab but no link to the glitch project boilerplate for the mongo challenges
Update: Never mind , the link is there on the last bullet point of the first section of the intro to the database excercises.
Here in my Database in the “Users” tab I checked “Add database user” and added a new user and a new pass. I used this username and pass for connection in Glitch project and problem was solved
As this thread is old/outdated, I have closed it. If you have come across this thread, and want help with your own code/project, I suggest you open your own topic for help.