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
When logging in and out multiple times without reloading the page, an error popup shows up.
It's caused by a second POST create-session API call which will fail with an 401 Unauthorized error (Screenshot below).
{
"code": 401,
"description": "error while authorizing with discord",
"name": "Unauthorized"
}
The first POST create-session API call is fine and the user is actually authenticated despite the error message.
To Reproduce
At time of writing this, the error can be tested on the live website!
dreiekk
changed the title
Logging in and out multiple times without reloading the page occures in an error popup
Logging in and out multiple times without reloading the page results in an error popup
Apr 18, 2022
Describe the Bug
When logging in and out multiple times without reloading the page, an error popup shows up.
It's caused by a second
POST create-session
API call which will fail with an401 Unauthorized
error (Screenshot below).The first
POST create-session
API call is fine and the user is actually authenticated despite the error message.To Reproduce
At time of writing this, the error can be tested on the live website!
Expected behaviour
No response
Screenshots
The text was updated successfully, but these errors were encountered: