You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw a similar issue. With automatic_options=True, it looks like that sanic-cors would directly return an empty response around here, while since Sanic 21.3.0 (this commit), setting response without reading the body would trigger an error logging.
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.
The text was updated successfully, but these errors were encountered: