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
if a write action is accepted, nothing special is reported on the UI side in browsers' dev consoles
on the other hand, if the write action is rejected (blocked or rate limited user, 500 error?), the UI error processing is not performed as expected (Add support of rate limiting message v6_ui#1989) and CORS errors are reported in the browsers' dev consoles:
It seems CORS headers are not returned when an exception is raised while processing the request.
failed request (user is blocked):
successful request:
The text was updated successfully, but these errors were encountered:
See also c2corg/v6_ui#1989 (comment)
Tested in prod, demo and in a personal instance:
It seems CORS headers are not returned when an exception is raised while processing the request.
The text was updated successfully, but these errors were encountered: