complete-intro-to-databases icon indicating copy to clipboard operation
complete-intro-to-databases copied to clipboard

Add course notes for 2nd possible cause of MongoError - No Such Collection

Open JLowe-N opened this issue 4 years ago • 0 comments

While working through this course, I had also encountered the no such collection error when I tried to query MongoDB from the Node server. After trying several things on the terminal/MongoDB side, I added code to the server to print out the available collections and discovered the database I had connected to was from Scott Moss' FEM course for API Design in Node.js.

I have added additional course notes describing this issue, as well as a code block describing the steps that can be taken to correct the issue.

JLowe-N avatar Jan 15 '21 16:01 JLowe-N