You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We hide all of our collections (which are prefixed houston_) as well as system collections and the users collection explicitly. You may be able to add it manually, but I think you would need to use Houston.add_collection(Meteor.users);
First of all, I see three collections if I go to the meteor mongo shell:
houston_admins
system.indexes
users
However, none of these are showing up in my Houston admin panel. My question is - why not, and how can I get them to?
My first attempt was to add this line to my main javascript file:
But I get an error as follows:
The text was updated successfully, but these errors were encountered: