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. When I log in as Admin, I can see the collections in the admin panel but they do not load. When I click on the collection name on the LHS panel, Houston gets stuck on "...Loading".
Any ideas why this collection is not loading?
Thanks - Doug
meteor:PRIMARY> db.questions.find().pretty()
{
"_id" : ObjectId("562ef159f4eec3f5e09de4a2"),
"question" : "Name?",
"answer" : "Doug"
}
{
"_id" : ObjectId("562ef16cf4eec3f5e09de4a3"),
"question" : "What is Meteor?",
"answer" : "Javascript based rapid app development platform"
}
{
"_id" : ObjectId("562ef1caf4eec3f5e09de4a4"),
"question" : "How did you learn to code?",
"answer" : "Autodidactic"
}
{
"_id" : "fishhvTZXM7S2i4es",
"question" : "What database does Meteor use?",
"answer" : "MongoDB"
}
The text was updated successfully, but these errors were encountered:
Great package. Love the zero config.
I have a problem. When I log in as Admin, I can see the collections in the admin panel but they do not load. When I click on the collection name on the LHS panel, Houston gets stuck on "...Loading".
Any ideas why this collection is not loading?
Thanks - Doug
meteor:PRIMARY> db.questions.find().pretty()
{
"_id" : ObjectId("562ef159f4eec3f5e09de4a2"),
"question" : "Name?",
"answer" : "Doug"
}
{
"_id" : ObjectId("562ef16cf4eec3f5e09de4a3"),
"question" : "What is Meteor?",
"answer" : "Javascript based rapid app development platform"
}
{
"_id" : ObjectId("562ef1caf4eec3f5e09de4a4"),
"question" : "How did you learn to code?",
"answer" : "Autodidactic"
}
{
"_id" : "fishhvTZXM7S2i4es",
"question" : "What database does Meteor use?",
"answer" : "MongoDB"
}
The text was updated successfully, but these errors were encountered: