-
Notifications
You must be signed in to change notification settings - Fork 82
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
iron mongo hanging at "connecting to" #136
Comments
noticed this also |
I am having the same issue with iron mongo command hangs on |
Confirmed OSX 10.10, Meteor 1.1.0.2, Iron 1.1.2 I think the problem is here somewhere maybe... |
No connection to mongo, yet. Same issue... just hangs without resolve
|
same issue. any update? I can get it going by |
+1 same issue here. If you |
I'm getting the same error with Unfortunately the
|
@Mitzip any ideas for how to fix this? |
This might be a crazy idea but should there be a way to just pass the normal command into the .meteor child directory if the command is not found in Iron's list of commands as some sort of main catch-all fallback? It just seems like about half the issues I see with Iron is that Iron doesn't recognize a baked-in meteor command. These commands should be tried by Meteor as a last resort. |
@josephdburdick i think that's the general idea, and what currently happens in the code the issue with |
Ohh, I understand the scale of complexity now. Thanks for clearing that up, @chrisbutler. |
I just started using iron-cli, and ran into the same issue. So I installed MongoDB, and connected using: |
@jchan202 but it's not affecting your app's functionality right? |
@jLouzado I don't notice any 'side effect' so far. |
just realized that the solution was listed several months months ago... |
Update README.md regarding issue #136
@seangrogg @shails @Mitzip @therinken @connor11528 @jLouzado @jchan202 @josephdburdick this is fixed in 1.7.0 ! |
Do you mean this directory? /.meteor/local/build/programs/server/app ? |
Currently trying to use "$iron mongo" to access a collection; I appear to be hanging at "connecting to: 127.0.0.1/meteor". When I run the application through meteor itself, using "$meteor mongo" the collection connects just fine.
The text was updated successfully, but these errors were encountered: