git clone https://github.com/4tst/mre-exception-handler.gitpython server.py- open
./frontend/index.htmlin browser and watchnetwork tab in devtools
- comment
@app.exception_handler(ValueError) - refresh
index.htmland observe devtools, the api responses 200, but with CORS Error
- uncomment
@app.exception_handler(ValueError) - refresh
index.htmland observe devtools, the api responses as expected