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
I would like to deploy my app on heroku, but getting:
Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
Anyone can help with proper configuration?
The text was updated successfully, but these errors were encountered:
Your problem is that heroku is waiting for an app listening on the port number "$PORT". And here, you're building a frontend app, no server is running.
I would like to deploy my app on heroku, but getting:
Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
Anyone can help with proper configuration?
The text was updated successfully, but these errors were encountered: