-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch #53
Comments
and here's the output: 2016-06-10T03:20:48.811226+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch |
Hi @gordillo99 , yeah, in Heroku go to settings and add a new "config var": key value That should do it :) |
Can any-body advice me the way of handling server changes, with no rerun the server manualy, |
I had the same error. I changed the port as below, and it works
|
Hello,
first of all thanks for this. it's awesome and I hope I can use it for my future projects :) I'm having a problem deploying to Heroku. I was wondering if you could help me :/ it seems the port cannot be resolved? I added the deploy.js script and the script instructions on the package.json as you said on your article. Could you please take a look at my server.js file? thanks in advance! (I just started with web dev)
https://github.com/gordillo99/fixo
The text was updated successfully, but these errors were encountered: