I've spent my day trying to deploy my Ember application to Heroku. I did that in the past with other apps, so I was surprised it didn't work this time.
I tried with and without the Buildpack. Putting the Buildpack before or after the nodejs one. None of it work.
Either I get an error that Node can't be downloaded at building, or the app crashes with no more details.
Here's the log when no Buildpack is installed:
2020-12-04T23:51:07.448881+00:00 app[web.1]: npm ERR! path /app
2020-12-04T23:51:07.452021+00:00 app[web.1]: npm ERR! command failed
2020-12-04T23:51:07.452145+00:00 app[web.1]: npm ERR! command sh -c ember serve
2020-12-04T23:51:07.477088+00:00 app[web.1]:
2020-12-04T23:51:07.477287+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
2020-12-04T23:51:07.477403+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2020-12-04T23_51_07_452Z-debug.log
2020-12-04T23:51:07.549967+00:00 heroku[web.1]: Process exited with status 127
2020-12-04T23:51:07.590769+00:00 heroku[web.1]: State changed from starting to crashed
2020-12-04T23:51:53.112678+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=vast-tundra-21206.herokuapp.com request_id=05e73b5e-1113-44af-af33-07b892028660 fwd="62.167.90.142" dyno= connect= service= status=503 bytes= protocol=https
2020-12-04T23:51:53.489140+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=vast-tundra-21206.herokuapp.com request_id=c7043695-2831-41a7-bff9-70e552a3fc4e fwd="62.167.90.142" dyno= connect= service= status=503 bytes= protocol=https
When I'm working on a side project, I really don't want to spend time considering the infrastructure and working with Heroku was perfect for this. I hope I can help finding the issue.
Hey everyone,
I've spent my day trying to deploy my Ember application to Heroku. I did that in the past with other apps, so I was surprised it didn't work this time.
I tried with and without the Buildpack. Putting the Buildpack before or after the nodejs one. None of it work.
Either I get an error that Node can't be downloaded at building, or the app crashes with no more details.
Here's the log when no Buildpack is installed:
When I'm working on a side project, I really don't want to spend time considering the infrastructure and working with Heroku was perfect for this. I hope I can help finding the issue.
Let me know if you need more information.
Cheers