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
When a user is connected to the wallet and performing a transaction seamlessly, if the user's internet connection goes down, it directly throws the error: "this.provider.disconnect" is not a function. I have already added every possible condition in a try-catch block, but the error is still not being handled.
Link to minimal reproducible example
https://tinyurl.com/2bqs284t
Summary
When a user is connected to the wallet and performing a transaction seamlessly, if the user's internet connection goes down, it directly throws the error: "this.provider.disconnect" is not a function. I have already added every possible condition in a try-catch block, but the error is still not being handled.
List of related npm package versions
"@reown/appkit": "^1.2.0",
"@reown/appkit-adapter-ethers": "^1.2.0",
Node.js Version
v22.11.0
Package Manager
8.3.0
The text was updated successfully, but these errors were encountered: