Reputation: 41
I have installed the Mongo explorer in IntelliJ, it doesn't show my collection (only admin, config and local)
...am I missing something here?
Upvotes: 3
Views: 1320
Reputation: 81
In my case I was not authenticated with a user that had the privilege to see other tables.
Make sure to not only connect to the database server but also authenticate yourself.
Upvotes: 1