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

Can not deploy to Heroku #1105

Closed
mkoosej opened this issue Jul 27, 2015 · 2 comments
Closed

Can not deploy to Heroku #1105

mkoosej opened this issue Jul 27, 2015 · 2 comments

Comments

@mkoosej
Copy link

mkoosej commented Jul 27, 2015

I ported my node.js project using angular-fullstack generator and after that when I deploy to Heroku , I get a Boot Time out error https://devcenter.heroku.com/articles/error-codes#r10-boot-timeout. It happens after the express, logs the listen event to console.
I also tested it with Vanilla project generated using the generator and faced the same issue. I added the Mongolab add-on both of cases.
Although it works fine with your demo project but it has a different packages.json and I think the issue arise form there. So I believe it's not my codes problem and there's some regression in the generator itself.

Anyone experienced the same issue?

@kingcody
Copy link
Member

Hi @mkoosej, I believe that this is a similar issue to: #1071

Which is fixed by applying: #1080

The master branch should be pushed to npm soon; but feel free to make the change yourself in the meantime, as it is an easy one.

@mkoosej
Copy link
Author

mkoosej commented Jul 28, 2015

Thanks, Cody. I thought that might be the IP problem cause I did the same fix when I deployed it to a VPS but wasn't sure it causes issue in Heroku too. I will give a try.

@mkoosej mkoosej closed this as completed Jul 28, 2015
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