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
To observe the behavior described, pnpm install ; pnpm dev
navigate to the running instance:
connect with CBW and then reload the page. The account stays disconnected.
Contrast this with using an email provider and then reload, the expected behaviour occurs and you are still connected.
Summary
I have nuxt, vite, wagmi and appkit integration that had a bug introduced after updating to 1.6.6.
the issue: Attempting to connect without a previous connection works as you'd expect, but once connected, reloading the appkit-button does not automatically reconnect and you must select the wallet again (at which point it recognizes a previous connection exists).
The bug only manifests with the coinbase-wallet-sdk connector and seems like it is related to the changes made in #3752. Will work on a reproduction but as this was a recent break, I wanted to bring it up as soon as possible for users that may not have tested this in their own projects yet that may also be affeceted.
Link to minimal reproducible example
[Reproduction Repo] (https://github.com/snake-poison/3824-CBW-SDK-Reconnecct)
Here is the reproduction deployed: https://lucky-starship-4e0e21.netlify.app/
To observe the behavior described,
pnpm install ; pnpm dev
navigate to the running instance:
connect with CBW and then reload the page. The account stays disconnected.
Contrast this with using an email provider and then reload, the expected behaviour occurs and you are still connected.
Summary
I have nuxt, vite, wagmi and appkit integration that had a bug introduced after updating to 1.6.6.
the issue: Attempting to connect without a previous connection works as you'd expect, but once connected, reloading the appkit-button does not automatically reconnect and you must select the wallet again (at which point it recognizes a previous connection exists).
The bug only manifests with the coinbase-wallet-sdk connector and seems like it is related to the changes made in #3752.
Will work on a reproduction but asthis was a recent break, I wanted to bring it up as soon as possible for users that may not have tested this in their own projects yet that may also be affeceted.List of related npm package versions
Node.js Version
20
Package Manager
pnpm@10
The text was updated successfully, but these errors were encountered: