We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current http errors (think: 404 and 50x) throw an ugly, bland, boring white page that looks like:
The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
This is bad user experience, so we need to fix it by giving Pedagogy a better error page and route any error to a slightly-less-boring page.
The text was updated successfully, but these errors were encountered:
implemented error pages for 404 and 500 errors as per #10
2ee246c
Confirm working with the latest update. Closing the issue.
Sorry, something went wrong.
onlyphantom
No branches or pull requests
The current http errors (think: 404 and 50x) throw an ugly, bland, boring white page that looks like:
404 Not Found
The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
This is bad user experience, so we need to fix it by giving Pedagogy a better error page and route any error to a slightly-less-boring page.
The text was updated successfully, but these errors were encountered: