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
At the moment it just tries to parse the empty response body, ignoring the 401 response code, making it difficult to tell that it is an authentication error.
Should handle different response codes accordingly, before looking at the response body.
The text was updated successfully, but these errors were encountered:
At the moment it just tries to parse the empty response body, ignoring the 401 response code, making it difficult to tell that it is an authentication error.
Should handle different response codes accordingly, before looking at the response body.
The text was updated successfully, but these errors were encountered: