apacblocks / registration

Temporary registration for apacblocks members while blockchain is being built
Mozilla Public License 2.0
2 stars 4 forks source link

Problem: User login state disappears upon page refresh #40

Closed samuelralak closed 5 years ago

samuelralak commented 5 years ago

Problem: User appears to be "logged out" when page is refreshed - components that should appear when user is logged in disappear. Oddly enough, this is somehow fixed by navigating to the Profile page.

Solution: Investigate and find fix for problem

ioioio8888 commented 5 years ago

I think It is because of the user is still logging in after refresh. Meteor.loggingIn() returns true.

samuelralak commented 5 years ago

cool. just figured out how to fix this