The Story is:
My main code looks just errorless, so as the other files associated with it. but this issue strangely persists. I have created people with correct modeling, tried different mongoose versions, correct npm initializations & installations, also wiped browser cache, using both local & online IDEs, upgrading/downgrading packages, scraped the entire web for it. and yet the problem is still there. the terminal doesn’t throw any errors; it connects (i guess), but no approval from freecodecamp.
Here is myApp.js :
And the Terminal:
fcc-mongo-mongoose-challenges@0.0.1 start
node server.js
Your app is listening on port 3000
just in case you might know, the options of the mongo connection didn’t make a difference, so I omitted them. also, URI was set right.
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0
Challenge Information:
MongoDB and Mongoose - Create Many Records with model.create()
