Closed razzius closed 4 years ago
In Profile.js:
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?
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
Try throttling your connection to see this every time.
In
Profile.js
: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?