Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heroku error pages #277

Open
josephwegner opened this issue Feb 28, 2014 · 2 comments
Open

Heroku error pages #277

josephwegner opened this issue Feb 28, 2014 · 2 comments

Comments

@josephwegner
Copy link
Collaborator

Right now we get a big ugly scary error page whenever the server crashes.

It seems like crashing will be a fairly normal thing for Pullup, so we should make this error page prettier. Here's the Heroku docs regarding the subject: https://devcenter.heroku.com/articles/error-pages

I also think we should have the log list on the error page, so that we can see clearer what caused the server to crash. That code is in a PR, waiting to come through.

@rickhanlonii
Copy link
Collaborator

@josephwegner one thing I've done for this that works really well is to add a report link to the page which links to a new GitHub issue with the title/body/labels pre-formatted to file an issue.

The body of the issue would include the log of whatever caused the server to crash (and we don't need to show it on the error page, just a well designed error page and a link to report).

@hibaAkroush
Copy link

last week I had really hard time with heroku
I will take a look at your code and see what I can help with/
thank you for adding this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants