We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://appkit-lab.reown.com/library/solana/
When refreshing the page while using Solana through WalletConnect, the connection fails to restore automatically
Screen Recording:
In appkit/packages/appkit/src/client.ts, the syncWalletConnectAccount method currently only handles connection restoration for wagmi adapters:
appkit/packages/appkit/src/client.ts
syncWalletConnectAccount
if ((adapter as ChainAdapter)?.adapterType === 'wagmi') { // Wagmi restoration logic }
"@reown/appkit": "1.6.4", "@reown/appkit-adapter-solana": "1.6.4",
v22.9.0
[email protected]
The text was updated successfully, but these errors were encountered:
APKT-2257 [bug] WalletConnect Connection for Solana Does Not Recover on Page Refresh
Sorry, something went wrong.
No branches or pull requests
Link to minimal reproducible example
https://appkit-lab.reown.com/library/solana/
Summary
Description
When refreshing the page while using Solana through WalletConnect, the connection fails to restore automatically
Steps to Reproduce
Screen Recording:
LostSolanaConnection.mp4
Possible Cause
In
appkit/packages/appkit/src/client.ts
, thesyncWalletConnectAccount
method currently only handles connection restoration for wagmi adapters:List of related npm package versions
Node.js Version
v22.9.0
Package Manager
[email protected]
The text was updated successfully, but these errors were encountered: