-
Notifications
You must be signed in to change notification settings - Fork 110
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
Improve error handling on the flask backend #561
Labels
bug
Something isn't working
good first issue
Good for newcomers
python
Pull requests that update Python code
Comments
jayantbh
added
bug
Something isn't working
good first issue
Good for newcomers
python
Pull requests that update Python code
hacktoberfest
labels
Oct 1, 2024
could you assign this to me? |
Sure, @dominicghizzoni |
is te issue still open @dominicghizzoni ? If it is please assign me this issue. |
yes you may continue my work on it |
@larrikin-coder, there's an existing PR for it, #567 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
good first issue
Good for newcomers
python
Pull requests that update Python code
Description:
Right now errors from the flask backend are often returned as HTML errors instead of a more system parseable JSON style error.
We should change that such that flash returns errors as JSON instead.
https://flask.palletsprojects.com/en/2.3.x/errorhandling/
The text was updated successfully, but these errors were encountered: