-
Notifications
You must be signed in to change notification settings - Fork 25
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
Error: Slash in host identifier #113
Comments
I also tried it quoted, no change
|
@CaptainN - not sure if this is your issue but I define the MONGO_URL before meteor-now MONGO_URL=mongodb://user:[email protected]:13004/db meteor run --port 4000 --settings production.settings.json |
It's a problem after deploying, I think. I'm defining it using the -e (environment) switch as described in the docs. Starting the app local is no problem, I just can't get it to work for deployment. |
Okay, the problem was that I had a $ in my password. Is there a way to detect that and kick up a better error message? |
This depends on your OS. |
@CaptainN Unfortunately I think the |
Describe the bug
I can't seem to get passed this error, even though I'm certain I've got all the deployment values set correctly. Is there a limit on having a slash after the user:pass@ part of the MONGO_URL?
To Reproduce
I'm trying to deploy with this command:
Expected behavior
It seems like it should work... In fact, I'm pretty sure I had gotten it to work once before.
The text was updated successfully, but these errors were encountered: