Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Expired or invalid login token breaks site #12

Open
mikeskydev opened this issue Jul 17, 2021 · 0 comments
Open

Expired or invalid login token breaks site #12

mikeskydev opened this issue Jul 17, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@mikeskydev
Copy link
Member

If a login token is expired or invalid, the site will crash as it attempts to load /users/me and the homepage assets.
image

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

@mikeskydev mikeskydev added the bug Something isn't working label Jul 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant