Hi there.
I am trying to install this on my Heroku server. I have Heroku linked to my github. All the files are there. When I try to visit the site I get this page: https://tadhgscave.herokuapp.com/
As you can see, it doesnt work yet!
My logs look like this:
Hi there.
I am trying to install this on my Heroku server. I have Heroku linked to my github. All the files are there. When I try to visit the site I get this page: https://tadhgscave.herokuapp.com/
As you can see, it doesnt work yet!
My logs look like this:
```
2017-03-13T21:54:55.743467+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=tadhgscave.herokuapp.com request_id=317497aa-7167-468c-8e28-ff25b4902cde fwd="64.114.204.186" dyno= connect= service= status=503 bytes= protocol=https
2017-03-13T21:54:55.861600+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=tadhgscave.herokuapp.com request_id=7013fc72-b052-40d4-8dfc-f16cb8ee2a72 fwd="64.114.204.186" dyno= connect= service= status=503 bytes= protocol=https
2017-03-13T23:40:59.360487+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=tadhgscave.herokuapp.com request_id=d4b6a53e-2c54-47dc-8852-8af9f289c2f9 fwd="96.50.248.116" dyno= connect= service= status=503 bytes= protocol=https
2017-03-13T23:40:59.973610+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=tadhgscave.herokuapp.com request_id=c74cc3b0-cd49-46d0-ab3e-34198be6e666 fwd="96.50.248.116" dyno= connect= service= status=503 bytes= protocol=https
```
Any help is greatly appreciated!
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Hi there.
I am trying to install this on my Heroku server. I have Heroku linked to my github. All the files are there. When I try to visit the site I get this page: https://tadhgscave.herokuapp.com/
As you can see, it doesnt work yet!
My logs look like this:
Any help is greatly appreciated!
I see that it mentions the favicon.ico file. Did you attempt to add a favicon? The file may have been the wrong format and/or size.
You'll have to look at the actual rails log to see the stack trace instead of the router logs only.