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
I have a problem after follow your instructions. Actually i can add data like "Post" or "User" but when i go on "View all" i have nothing. (The dashboard tell me there is 2 Posts).
it depends on where did you put your collections... ( import directory or not ), and you will need also the packaged tabular ( not mentioned... ) This is my config, that is working pretty well :
Hello !
Thanks for the package !
I have a problem after follow your instructions. Actually i can add data like "Post" or "User" but when i go on "View all" i have nothing. (The dashboard tell me there is 2 Posts).
My simple admin config :
AdminConfig = { name: 'My App', adminEmails: ['email'], collections: { Posts: {} } };
My simple Collection :
Games = new Mongo.Collection("games"); Games.attachSchema(new SimpleSchema({ title: { type: String, label: "Title", max: 200 } }));
I have the same problem with the users.
Do you know why i see nothing ?
Thanks !
The text was updated successfully, but these errors were encountered: