m1guelpf / ghost-heroku

Deploy Ghost to Heroku (with storage)
MIT License
18 stars 23 forks source link

This no longer seems to work... #1

Open ocundale opened 5 years ago

ocundale commented 5 years ago

Installs fine, but never starts up - crashes each time:

State changed from starting to crashed
2019-08-08T16:22:14.448189+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
2019-08-08T16:22:14.448189+00:00 heroku[web.1]: Stopping process with SIGKILL
2019-08-08T16:22:14.532699+00:00 heroku[web.1]: Process exited with status 137
2019-08-08T16:46:39.651120+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=crissleon.herokuapp.com request_id=4a8770cd-ede5-4045-8b6d-5c05eab53ddc fwd="109.159.161.198" dyno= connect= service= status=503 bytes= protocol=https
issue-label-bot[bot] commented 5 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.91. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

m1guelpf commented 5 years ago

I'm guessing this is related to outdated versions, need to spend some time upgrading everything

ocundale commented 5 years ago

OK, no worries- I think it was the BaseStorage that caused the issue, but I didn't get any further, but thanks for getting back to me, hope you find time to update, as it's a cool project! 👍

pmohun commented 3 years ago

Just bumping this - I'm still experiencing this issue. Here is the error message when running git push heroku master:

2021-03-01T02:07:45.960838+00:00 heroku[web.1]: Starting process with command `npm start --production`
2021-03-01T02:07:47.000000+00:00 app[api]: Build succeeded
2021-03-01T02:07:49.309432+00:00 app[web.1]:
2021-03-01T02:07:49.309455+00:00 app[web.1]: > ghost-on-heroku@1.7.1 start /app
2021-03-01T02:07:49.309456+00:00 app[web.1]: > node server.js
2021-03-01T02:07:49.309456+00:00 app[web.1]:
2021-03-01T02:08:46.190136+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
2021-03-01T02:08:46.256747+00:00 heroku[web.1]: Stopping process with SIGKILL
2021-03-01T02:08:46.371037+00:00 heroku[web.1]: Process exited with status 137
2021-03-01T02:08:46.442003+00:00 heroku[web.1]: State changed from starting to crashed