dwyl / learn-heroku

:checkered_flag: Learn how to deploy your web application to Heroku from scratch step-by-step in 7 minutes!
153 stars 395 forks source link

Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch #19

Closed nelsonic closed 6 years ago

nelsonic commented 6 years ago

When attempting to deploy our Example Phoenix App, it appeared to work, but then we saw this error in the logs:

Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch

Going to attempt to use the PORT environment variable instead.

nelsonic commented 6 years ago

Still failing: image