-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
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
[bug] TypeError: this.provider.disconnect is not a function #2238
Comments
any update on this please |
3 tasks
@MadKittyxyz I'm facing the exact same issue. Did you find any solution for this ? |
Just get your project ID in the enviro variables for walletconnect and it should be ok in production. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
RainbowKit Version
2.2.0
wagmi Version
2.12.17
Current Behavior
Hey guys, I used out of the box rainbowkit installation process and everything is working great unless my page sits idle for a period then this errors pops up. Usually when Metamask is the wallet provider.
Not sure how to solve this one and any help would be greatly appreciated!
1 of 1 error
Next.js (14.2.13) out of date (learn more)
Unhandled Runtime Error
TypeError: this.provider.disconnect is not a function
Call Stack
ei.transportDisconnect
node_modules/@walletconnect/core/dist/index.es.js (1:42451)
eval
node_modules/@walletconnect/core/dist/index.es.js (1:46825)
eval
node_modules/@walletconnect/utils/dist/index.es.js (17:1407)
Expected Behavior
No response
Steps To Reproduce
Simply install rainbowkit (from docs: npm install @rainbow-me/rainbowkit wagmi [email protected] @tanstack/react-query)
basic chain setup etc, nothing out of the ordinary from documentation.
Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: