I have my Rails app deployed, but when I go to open it, I get this error in my web browser :
Application error An error occurred in the application and your page could not beserved. If you are the application owner, check your logs for details.
Here are my log errors:
2018-03-19T04:48:12.360662+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=marmelade1.herokuapp.com request_id=613511e2-940f-4aac-8f42-7fa7f85a8a76 fwd="172.90.196.64" dyno= connect= service= status=503 bytes= protocol=https 2018-03-19T04:48:31.712091+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=marmelade1.herokuapp.com request_id=813d50a1-8cee-4a57-81d5-b9f303084cf6 fwd="172.90.196.64" dyno= connect= service= status=503 bytes= protocol=https 2018-03-19T04:48:32.039194+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=marmelade1.herokuapp.com request_id=854ceb16-62c4-430e-9771-d64bb334f006 fwd="172.90.196.64" dyno= connect= service= status=503 bytes= protocol=https 2018-03-19T05:01:26.721459+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=marmelade1.herokuapp.com request_id=e112728e-af23-48c1-aef2-c2fd995466dd fwd="172.90.196.64" dyno= connect= service= status=503 bytes= protocol=https
What am I doing wrong?