You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This starter kit runs beautifully locally, but at least for me, the build + startup time on Heroku is exceeding 60 seconds, which causes Heroku to throw the following error:
Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
This starter kit runs beautifully locally, but at least for me, the build + startup time on Heroku is exceeding 60 seconds, which causes Heroku to throw the following error:
To get around this issue, you can increase the boot time via Heroku's support page: https://tools.heroku.support/limits/boot_timeout
Increasing the build time limit to 120 seconds worked for me.
The text was updated successfully, but these errors were encountered: