Ventura Rodríguez
Ventura Rodríguez
I ran into the same issue in my project. Here's a screenshot showing the behavior: 📎 [https://imgur.com/a/1abyDaS](https://imgur.com/a/1abyDaS)
@arein Yes, I used version 1.7.8 and it still reproduces this error. The problem is MetaMask throws a wire error with the message "p is not a function," then refuses...
@arein After updating `viem`, `wagmi`, and `appkit` to their latest versions, the wallet connection issue appears to be resolved. We’re currently waiting for final confirmation from our tester, but everything...
@tomiir hello friend, I know it's not a common case, but sometimes a developer might need this view when fixing something. You can see an example here: https://github.com/reown-com/appkit/issues/4511. Anyway, this...
@rtomas @Sam-Newman After updating Viem, Wagmi, and AppKit to the latest version, this error appears to be resolved. We're waiting for confirmation from our tester, but everything seems to be...
@enesozturk, I’ve committed the recommended changes
@enesozturk hey friend, did you already push the changeset file, right?
Hello @rtomas, I had to use this view as a workaround for the issue described here: https://github.com/reown-com/appkit/issues/4511.
I was able to resolve the issue by modifying the following code in `./packages/controllers/src/controllers/ChainController.ts`: 📎 [[Video demo](https://imgur.com/a/eCK9uJh)](https://imgur.com/a/eCK9uJh) ```ts // If no address is set, user is not connected, so return...
🔧 **Alternate Temporary Solution** I found another workaround that resolves the issue by clearing the `@appkit/active_caip_network_id` from `localStorage` when the wallet is disconnected. You can add this snippet to your...