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
An XHR request without credentials will currently attempt to redirect to /login, which breaks UI as JS will attempt to follow the redirect instead of recognising the lack of access. XHR login fails should return with a 401 instead and perhaps a JSON body {"status": "error", "error": "login_required"}.
The text was updated successfully, but these errors were encountered:
An XHR request without credentials will currently attempt to redirect to
/login
, which breaks UI as JS will attempt to follow the redirect instead of recognising the lack of access. XHR login fails should return with a 401 instead and perhaps a JSON body{"status": "error", "error": "login_required"}
.The text was updated successfully, but these errors were encountered: