Tell us what’s happening:
I’m with " MongoDB and Mongoose - Install and Set Up Mongoose"
I’ve setup a glitch project and I’ve double checked my solution against the Get Hint Answer. So I’m sure my code is ok. The problem seems to be passing the right Glitch link to the Freecode Camp lesson.
I can’t get this lesson to pick up my solution. I’ve put my glitch URL in different ways.
I’ve tried loading the live app link but it does not load anything. This app is literally just declaring a MongoDB database with mongoose. So there’s not much to show yet.
I’ve tried the code edit link I posted initially. The FreeCodeCamp Lesson runs through it but does not pick up any of the changes I’ve made.
I think Glitch is being weird is a funny and accurate description
// running tests
“mongodb” dependency should be in package.json
“mongoose” dependency should be in package.json
“mongoose” should be connected to a database
// tests completed
All of these things are completed in the Glitch app.
Anyone know how I could get the lesson to pick up the changes and pass?