0

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?

algorithmicCoder
  • 6,595
  • 20
  • 68
  • 117
  • 1
    I think you've [done everything correctly](http://stackoverflow.com/questions/11801278/accessing-meteor-db-in-prod). A couple hours ago meteor was having some trouble, Meteor.com was down. I wouldn't be surprised if this worked now... – TimDog Feb 13 '13 at 00:24
  • 1
    Hi algorithmicCoder, would you mind posting the answer and closing the question? It would help us to find questions that haven't been answered yet. Much appreciated! – cmather Mar 16 '13 at 02:08

1 Answers1

1

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...

Gaelan
  • 1,149
  • 11
  • 25