Open jayantbh opened 1 month ago
could you assign this to me?
Sure, @dominicghizzoni
is te issue still open @dominicghizzoni ? If it is please assign me this issue.
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 You may decide to continue on that (or look at the review already done on that) as a starting point.
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/