Closed JoeBussard closed 2 years ago
Certain requests cause Flask to think a request method includes JSON data in the request.
See https://stackoverflow.com/questions/71950802/flask-cors-work-only-for-first-request-whats-the-bug-in-my-code
Fixed by adding threaded=False to the bottom.
threaded=False
Haven't pushed the code yet though
threaded=False has been added.
Certain requests cause Flask to think a request method includes JSON data in the request.
See https://stackoverflow.com/questions/71950802/flask-cors-work-only-for-first-request-whats-the-bug-in-my-code