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

One-click Deploy Issue on Heroku, wrong environment key name MONGODB_URI provided. #2882

Closed
michieriffic opened this issue Apr 14, 2016 · 3 comments

Comments

@michieriffic
Copy link

Error: MONGO_URL must be set in environment

Initial key set in the environment: MONGODB_URI
Should be MONGO_URL

So just change it to MONGO_URL for others who are having this issue. Thanks :)

@engelgabriel
Copy link
Member

I am not sure I understand where do you think we have "MONGODB_URI"?

@michieriffic
Copy link
Author

Heroku generated that env var with key name MONGODB_URI instead of MONGO_URL when i've used the one-click deploy resulting to error: MONGO_URL must be set in environment.

screen shot 2016-04-14 at 11 30 22 pm

@engelgabriel
Copy link
Member

I've updated https://github.com/RocketChat/heroku-buildpack-meteor.git so the One-click Deploy is working again. I've just did a quick test myself.

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