Rails Developer
Rails Developer

Reputation: 412

Application Error on heroku app after deployment

I have my rails application deployed on heroku. When I tried to push new changes on heroku they asked me to upgrade cedar -14.

Then, I ran this command

 heroku stack:set cedar-14 -a <app name>

after running this command I deployed my app to heroku.After successful deployment when I try to run app through url. It shows Application Error and log says something like this...

: at=error code=H10 desc="App crashed" method=GET path="/"

Upvotes: 0

Views: 406

Answers (0)

Related Questions