Skip to content
This repository was archived by the owner on Jul 27, 2024. It is now read-only.
This repository was archived by the owner on Jul 27, 2024. It is now read-only.

Website appears blank on several occassions #114

@nmdanny

Description

@nmdanny

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:

  1. Open the website, authenticate
  2. Wait some time(hours, a day?)
  3. 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:

image

The following piece of code(auth/index.js auth setup) appears in the stack trace of the error:

image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions