-
Notifications
You must be signed in to change notification settings - Fork 33
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
ui: better error pages #99
Comments
Evaluate if a sign out link in these pages makes sense. At the moment a revoked user cannot sign out and try to sign in with a different account. |
We should also think about unifying the error handling across the application. Some disscusion happened in this PR: #120 (comment) with a suggestion to use a similar approach to one described here. |
When accessing We should redirect to an error page. This can be done via React routes. We probably need a new |
- redirect to `/404` when no path match is found - add new `NotFound` page closes reanahub#99
- redirect to `/404` when no path match is found - add new `NotFound` page closes reanahub#99
Introduce better error pages for different HTTP status responses.
For now a tiny component
<Error />
was introduced. It permits to customize title and message.A good place for inspiration.
The text was updated successfully, but these errors were encountered: