Unable to query entire database MongoDB

Blockquote

Hi all,

I am trying to query a mongodb database, which I was able to do without problems for almost a year now. Since past Thursday, the connection does not work properly anymore.

There are 12,000 documents in the database, but the find query only returns 330 documents (the query params are empty, such that it should return all documents).

Also, I use the connection string format below to connect to the database:
mongodb+srv://myusername:mypassword@cluster0.mv5da.mongodb.net/?retryWrites=true&w=majority

Does anybody how this is possible?

Thanks a lot,

Sergi

@Sergi Try adding the above to your original post here: Effect of deleting a resource (mongodb) and remaking it so that someone has the full context