Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editing Collection: Houston stuck on "...Loading" #342

Open
dougwells opened this issue Oct 28, 2015 · 1 comment
Open

Editing Collection: Houston stuck on "...Loading" #342

dougwells opened this issue Oct 28, 2015 · 1 comment

Comments

@dougwells
Copy link

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"
}

@chriswessels
Copy link

I also have this issue. Does anyone have a fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants