-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Bug ExternalBug Raised by CustomerBug Raised by Customer
Description
Link to minimal reproducible example
Screen.Recording.2025-10-20.at.11.20.35.mov
Steps to Reproduce
In https://appkit-web-examples-javascript-ethers.reown.com/, try to change project ID to any project with disabled social feature (social_login flag). For example fc4c8513fac816babe05f32eac827d08
After that:
- Open example
- Connect wallet
- Check that allAccounts contains your address
- Reload the page
- Check that allAccounts DOES NOT contain your address.
- (sometimes you need to reload page few times).
Summary
It's prolongation of #5191 issue.
When social_login is disabled in cloud, on initialization, when user already connected the wallet, allAccounts is empty until user opens the modal.
BUT
When social_login is enabled in cloud, on initialization, when user already connected the wallet, allAccounts is NOT empty until user opens the modal.
It breaks our app. It started from 1.7.11 version and still reprodusable (1.8.10)
List of related npm package versions
"@reown/appkit": "1.8.10",
"@reown/appkit-adapter-ethers": "1.8.10",
Node.js Version
v22.16.0
Package Manager
Sobuj4521
Metadata
Metadata
Assignees
Labels
Bug ExternalBug Raised by CustomerBug Raised by Customer