In my mongodb, one database contains these collections, but when I run Robomongo 0.8.5, the collections of my database are not displayed (left side of Robomongo 0.8.5 (file explorer).
If I run the following query in Robomongo 0.8.5, it will display the entire collection.
db.stats()
another request to display the collection
db.collectionName.find()//it shows all documents in collection
suggest a solution to this problem.
source share