Mongodb – Mongoose find() returns empty array
I am trying to find a certain collection which I see existing in my mongoDB database however trying to access it through my express server used to work but it does not work anymore. The connection to the database is…