Provide custom error pages #114
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: servala/servala-portal#114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "20-error-pages"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I added directly accessible versions of the three error pages at
/error404
,/error403
and/error500
– in my experience, having the pages available in production doesn't hurt, and helps quite a bit when having to debug them. But happy to change this to only be available in development mode instead.Last part of #20.