Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

heroku error with rails app: Error with build stream, polling for results

For some reason, when I push a rails app to heroku, I am getting the following error:

Error with build stream, polling for results..................

It never actually return errors after that. The dots keep on increasing. The only line of code I've changed since the last commit was html in a view file. I added:

<p>For more info, please contact us at [email protected]</p>

I've used heroku before and never received this error. how do i fix it?

like image 520
Philip7899 Avatar asked Jan 13 '15 00:01

Philip7899


1 Answers

I had the same problem. According to the site they're aware of the problem and are working on it.

https://status.heroku.com/incidents/711#update-2433

like image 147
Kevin DeFranco Avatar answered Oct 10 '22 23:10

Kevin DeFranco