Open
Description
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/