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
Currently when a request without origin or origin not matching the server's one incomes the component logs at debug level
Request is not CORS (request origin is empty or equals to server one). Check config settings for Server Origin.
There are two issues here:
From the log it's not clear is it a problem with the request (no origin) or there is no match for the origin. It should be 2 distinct messages depending on the situation.
debug level should be bumped to info because if a developer activates logging it more likely to expect the request to be CORS so this issue should be more visible.
Currently when a request without origin or origin not matching the server's one incomes the component logs at
debug
levelThere are two issues here:
debug
level should be bumped toinfo
because if a developer activates logging it more likely to expect the request to be CORS so this issue should be more visible.That's the corresponding code.
The text was updated successfully, but these errors were encountered: