-
Notifications
You must be signed in to change notification settings - Fork 3
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: Command failed: heroku container:login #12
Comments
After logging into Heroku, it looks like it's being created as a "heroku-18" stack, instead of a "container" stack. Is there a setting that needs to be set on deployment via meteor-hero to endure it's deployed using the "container" stack? |
Was able to get a bit further along by installing Docker Desktop. However, the deploy process hangs and never finishes. And it's still showing up as a "heroku-18" stack instead of a "container" stack. username@Macbook appRoot % meteor-hero -E prod.env
clearing build folder
Building meteor app...
Building meteor app (this can take several minutes)
Node#moveTo was deprecated. Use Container#append.
Built
Unzipping meteor bundle...
Writing Dockerfile...
Creating heroku container...
Creating app... done, heroku-appname-12345
Setting ROOT_URL, NODE, MONGO_URL and restarting heroku-appname-12345... done, v3
(HANGS HERE, NEVER FINISHES) |
@jkrup are you experiencing these issues? Any suggestions on how to fix? I haven't been able to deploy with this package for two weeks. Been deploying using other methods but would like to be able to use this again. |
@jkrup I've been experiencing this issue for about a week now. Thought I'd be able to figure it out but haven't. Same issue whether or not I include a
prod.env
file. Any ideas?node version is v12.10.0, but I get the same error when I downgrade to 8.10.
The text was updated successfully, but these errors were encountered: