-
Notifications
You must be signed in to change notification settings - Fork 906
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
Provide error pages #658
Comments
@snicoll , |
@10xtechie thanks for the interest. I am not sure how we're going to approach this to be honest. Our web UI is doing things that may impact what we decide to do. Essentially, this is about providing a proper error page when something goes wrong (with the same UI styling). But it is also about making sure that if you hit the service directly, you get back the usual error attributes. |
@snicoll |
That is supposed to be taken care by Spring Boot's default error handling. Unfortunately this proves to be a bit tricky with our web client for some reason. I am happy for you giving a try. We can discuss based on a PR. |
@snicoll , |
… client and server
Now that we've re-enabled the whitelabel page, we should provide a static error page that's a bit more inline with the current UI.
The text was updated successfully, but these errors were encountered: