Open digitalkaoz opened 3 years ago
With sanic==21.12.1
and Sanic-Cors==2.0.1
this issue still exists. I've not come further here unfortunately yet.
During debugging seems like you can workaround this issue by setting sanic_workers=1
. After re-configuring I had the issue not again yet.
Hey,
im bending my mind around a weird problem. it only happens occasionally and i cant find the root cause:
when accessing this from a client-side app using axios:
i sometimes get this error:
i literally have no idea whats wrong.
automatic_options=True
should be enabled by default afaik. There is also JWT included but i guess thats not the problem. Any ideas?Im definitely not sending a Request Body during the preflight request. Everything seems to work, but this problem is spamming my logging system.