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 was archived by the owner on Jul 27, 2024. It is now read-only.
Upon opening the website, nothing appears, not even the nav-bar. This seems to happen after
you've been authenticated for a while.
To Reproduce
Steps to reproduce the behavior:
Open the website, authenticate
Wait some time(hours, a day?)
Open the website again, it should appear blank
Expected behavior
The website should open normally
Additional context
Clearing localstorage and all cookies seems to solve the issue
The following error appears on console:
The following piece of code(auth/index.js auth setup) appears in the stack trace of the error:
Since the auth plugin fails, the Vue app isn't mounted. Because this bug only appears after time, I suspect it might have to do with the credentials getting expired.
Describe the bug
Upon opening the website, nothing appears, not even the nav-bar. This seems to happen after
you've been authenticated for a while.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The website should open normally
Additional context
The following piece of code(
auth/index.jsauth setup) appears in the stack trace of the error:Since the auth plugin fails, the Vue app isn't mounted. Because this bug only appears after time, I suspect it might have to do with the credentials getting expired.