complete-intro-to-databases
complete-intro-to-databases copied to clipboard
Add course notes for 2nd possible cause of MongoError - No Such Collection
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.