System Information
- Strapi Version:
- Operating System:
- Database:
- Node Version:
- NPM Version:
- Yarn Version:
Suddently my strapi app doesnt start on Heroku.
I get
2022-05-05T16:17:07.706680+00:00 heroku[web.1]: State changed from crashed to starting
2022-05-05T16:17:23.728871+00:00 heroku[web.1]: Starting process with command npm start
2022-05-05T16:17:26.141070+00:00 app[web.1]:
2022-05-05T16:17:26.141086+00:00 app[web.1]: > thecoach-strapi@0.1.0 start
2022-05-05T16:17:26.141086+00:00 app[web.1]: > strapi start
2022-05-05T16:17:26.141087+00:00 app[web.1]:
2022-05-05T16:18:24.309979+00:00 heroku[web.1]: Error R10 (Boot timeout) → Web process failed to bind to $PORT within 60 seconds of launch
2022-05-05T16:18:24.412512+00:00 heroku[web.1]: Stopping process with SIGKILL
2022-05-05T16:18:24.729274+00:00 heroku[web.1]: State changed from starting to crashed
2022-05-05T16:18:24.615552+00:00 heroku[web.1]: Process exited with status 137
2022-05-05T16:18:28.384472+00:00 heroku[router]: at=error code=H20 desc=“App boot timeout” method=GET path="/" host=thecoach-dashboard.herokuapp.com request_id=8e204215-ffbe-4c01-9cac-aad58f39b2cd fwd=“46.176.152.89” dyno= connect= service= status=503 bytes= protocol=https
2022-05-05T16:18:31.243249+00:00 heroku[router]: at=error code=H10 desc=“App crashed” method=GET path="/favicon.ico" host=thecoach-dashboard.herokuapp.com request_id=04d4f3f0-ac39-4f98-a198-13a039859a6b fwd=“46.176.152.89” dyno= connect= service= status=503 bytes= protocol=https
I read arround about Heroku dynamic ports but no lack so far.