razzius / weave

Source code for a platform to connect mentors with students
MIT License
7 stars 2 forks source link

"You are not logged in. Please log in." flashes when viewing profile #158

Closed razzius closed 4 years ago

razzius commented 4 years ago

In Profile.js:

    if (account === null) {
      return errorView('You are not logged in. Please log in.')
    }

Account is coming from a client fetch; it's not there when loading the page at the outset.

Perhaps we should show a blank page while the account loads?

razzius commented 4 years ago

Only happens when you load the profile page - if the account has loaded from somewhere else and you navigate to it, "you are logged in" does not flash

razzius commented 4 years ago

Try throttling your connection to see this every time.