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

User friend UI response to various HTTP error codes (e.g. 404 not found) #55

Open
RichardBruskiewich opened this issue Sep 9, 2021 · 1 comment
Assignees
Labels
September 2021 Relay September 2021 Relay bug fix / feature addition

Comments

@RichardBruskiewich
Copy link
Collaborator

The current (Javascript-mediated) UI does not display user friendly error pages from 400-series (500-series too?) HTTP error codes. can this be fixed?

@RichardBruskiewich
Copy link
Collaborator Author

kgea_sessions.py module contains some error wrappers (e.g. report_error) which throw a redirect to HTTP code exceptions (as documented in the aiohttp/web_exceptions.py module)

@RichardBruskiewich RichardBruskiewich added the September 2021 Relay September 2021 Relay bug fix / feature addition label Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
September 2021 Relay September 2021 Relay bug fix / feature addition
Projects
None yet
Development

No branches or pull requests

2 participants