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
{{ message }}
This repository has been archived by the owner on May 22, 2024. It is now read-only.
If a login token is expired or invalid, the site will crash as it attempts to load /users/me and the homepage assets.
Steps to reproduce:
Create or modify the user cookie to an invalid token {"token":"INVALID_TOKEN","token_type":"bearer"}
Navigate to any page on the site
Expected result: Page Loads
Actual result: Some elements load, but once anything attempts to acces /users/me or anything else that passes the bearer token, it crashes and goes to a grey screen.
Reproduced on Chrome v91.0.4472.164 Win64
The text was updated successfully, but these errors were encountered:
If a login token is expired or invalid, the site will crash as it attempts to load
/users/me
and the homepage assets.Steps to reproduce:
user
cookie to an invalid token{"token":"INVALID_TOKEN","token_type":"bearer"}
Expected result: Page Loads
Actual result: Some elements load, but once anything attempts to acces
/users/me
or anything else that passes the bearer token, it crashes and goes to a grey screen.Reproduced on Chrome v91.0.4472.164 Win64
The text was updated successfully, but these errors were encountered: