Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Heroku App - Stopped Working

My app was up and running with no issue for over 24 hours.

I then tried to set my domain instead of their custom domain and things seemed to start going wrong.

When I try and go to the site I get an error.

When I check heroku logs this is the error

I have now deleted the domain and it has not made any difference.

2013-03-02T10:01:29+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/feed host=vauxden.herokuapp.com fwd="176.251.155.165" dyno= queue= wait= connect= service= status=503 bytes= 2013-03-02T10:01:29+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/favicon.ico host=vauxden.herokuapp.com fwd="176.251.155.165" dyno= queue= wait= connect= service= status=503 bytes= 2013-03-02T10:05:45+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/ host=vauxden.herokuapp.com fwd="176.251.155.165" dyno= queue= wait= connect= service= status=503 bytes= 2013-03-02T10:05:45+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/favicon.ico host=vauxden.herokuapp.com fwd="176.251.155.165" dyno= queue= wait= connect= service= status=503 bytes= jacks-imac:treebook Jack$

3 Answers

I even removed all domains from my heroku app.

In the end I deleted the heroku app.

I am going to restart from the beginning as I don't have a good enough understanding of rails

Jason Seifer
STAFF
Jason Seifer
Treehouse Guest Teacher

Hey Jack, I'm afraid we don't have enough info to see what the problem is from that error message. Sorry about that!