Installing on Heroku, help please! #13

Closed
opened 2017-03-13 23:43:42 +00:00 by tadhgboyle · 2 comments
tadhgboyle commented 2017-03-13 23:43:42 +00:00 (Migrated from github.com)

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!

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!
bruncbrunc commented 2017-03-14 15:53:04 +00:00 (Migrated from github.com)

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.

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.
jomo commented 2017-03-14 16:03:58 +00:00 (Migrated from github.com)

You'll have to look at the actual rails log to see the stack trace instead of the router logs only.

You'll have to look at the actual rails log to see the stack trace instead of the router logs only.
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Redstoner/redstoner.com#13
No description provided.