What link do I use for a Glitch solution in a lesson?

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.

Can you see what I’m missing?

Your code so far
https://glitch.com/edit/#!/brawny-early-haircut

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0.

Challenge: Install and Set Up Mongoose

Link to the challenge:

This is the link you want to submit.
https://brawny-early-haircut.glitch.me

You can get to it using the Share button (Share > Live App) or the Show button and copy the URL.

Edit: BTW, your project is not loading for me so I can’t check it. Not sure if it is just Glitch being weird as usual.

1 Like

Thanks for the heads-up.

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 :slight_smile:

After supplying this link to the lesson it says:

// 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? :roll_eyes:

Thanks a Million! Your Answer was correct. But Glitch was being Weird. The link only started working after I retried it many times.

:man_technologist: Keep on coding

1 Like