Replies: 1 comment 1 reply
-
can you share with us a minimal reproducible example or link to a github repository ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m currently working on a website project where I’m using WalletConnect for wallet integration. The connection process works perfectly, and I can successfully connect a wallet. However, I encounter an issue when I attempt to disconnect.
While the wallet disconnects as expected, the following error appears in the browser console:
content-script.8a17b343.js:26 Uncaught (in promise) {code: -32000, message: 'Request failed with status code 403'}
(anonymous) @ content-script.8a17b343.js:26
in-page.js:1 Uncaught (in promise) {code: -32000, message: 'Request failed with status code 403'}
Beta Was this translation helpful? Give feedback.
All reactions