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
We upgraded FCL from 1.6 to 1.7.0 and users can't login anymore.
It appears that the logged state that is persisted in the CURRENT_USER variable in the local storage is not read by FCL.
Expected Behavior
Login flow should work.
Steps To Reproduce
Use FCL 1.7.0
Create a site that would display a login button when the user is not connected or his address when the user is connected
When clicking on the button the user should be asked to login with their wallet
Observe local storage and check that CURRENT_USER is not set
Click on the button and authenticate with a wallet
Observe local storage and check that CURRENT_USER is set
Expected: Reload website and the user should see his address
Actual: Reload website and the user sees the login button as FCL didn't read the CURRENT_USER variable
Environment
- OS:
- Node:
- npm:
What are you currently working on that this is blocking?
No response
The text was updated successfully, but these errors were encountered:
Current Behavior
We upgraded FCL from 1.6 to 1.7.0 and users can't login anymore.
It appears that the logged state that is persisted in the
CURRENT_USER
variable in the local storage is not read by FCL.Expected Behavior
Login flow should work.
Steps To Reproduce
CURRENT_USER
is not setCURRENT_USER
is setCURRENT_USER
variableEnvironment
What are you currently working on that this is blocking?
No response
The text was updated successfully, but these errors were encountered: