Skip to content
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

Heroku problem #17

Open
Agatta opened this issue Mar 16, 2017 · 1 comment
Open

Heroku problem #17

Agatta opened this issue Mar 16, 2017 · 1 comment

Comments

@Agatta
Copy link

Agatta commented Mar 16, 2017

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?

@alexandrevilain
Copy link

Hi !

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.

You can use netlify, or AWS S3 to host your frontend app.
If you really want to host it on heroku, you can follow this tutorial: https://gist.github.com/wh1tney/2ad13aa5fbdd83f6a489

Alexandre.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants