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
Starting recently for us, connecting to a wallet is silently failing when wallets that the user does not have installed are included in the ChainProvider wallets list.
For example, in a browser context with just Keplr installed, when the app is initialised with just the keplr wallet extension, the connect flow works as expected. However, when the leap and/or xdefi wallet extensions (the other wallets we currently support) are included in the wallets list, we see an initClientError: Client Not Exist! log for each of the not installed wallets and when trying to connect to Keplr again the connection flow fails silently (the wallet modal is dismissed but the wallet remains disconnected.
@GadAlmighty I can't reproduce it with the latest version core@2.8.8. can you update all to the latest version and try again? If it happened again, can you provide a example repo to reproduce the error?
Starting recently for us, connecting to a wallet is silently failing when wallets that the user does not have installed are included in the ChainProvider wallets list.
For example, in a browser context with just Keplr installed, when the app is initialised with just the keplr wallet extension, the connect flow works as expected. However, when the leap and/or xdefi wallet extensions (the other wallets we currently support) are included in the wallets list, we see an
initClientError: Client Not Exist!
log for each of the not installed wallets and when trying to connect to Keplr again the connection flow fails silently (the wallet modal is dismissed but the wallet remains disconnected.The package versions being used are:
The text was updated successfully, but these errors were encountered: