Reputation: 6789
I am trying to see which users have signed up for my app. I do the following at my terminal
meteor mongo http://www.myapp.com
use myapp_com
show collections
all i get is system.indexes, system.users, and users
When in fact i have more collections than these.
Also when i do db.users.find({})
I don't get any data back, the shell just advances to the next prompt.
What's going on? Is this a permissions thing?
Upvotes: 0
Views: 203
Reputation: 1149
Comment from @TimDog copied into answer so it can be accepted:
I think you've done everything correctly. A couple hours ago meteor was having some trouble, Meteor.com was down. I wouldn't be surprised if this worked now...
Upvotes: 1