The method "wallet_getCapabilities" does not exist / is not available. #3854
Unanswered
christaiwo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm trying to set up Smart Session in my React app using this guide: (https://docs.reown.com/appkit/react/experimental/smart-session).
But when I request permission, I keep getting this error:
{ "code": -32603, "message": "JsonRpcEngine: Response has no error or result for request:", "data": { "method": "wallet_getCapabilities" } }
I've searched everywhere but can't figure out why this is happening. I also checked the demo link in the docs, and the same issue happens there.
Has anyone else run into this? Any idea what’s causing it or how to fix it?
Appreciate any help! 🙏
Beta Was this translation helpful? Give feedback.
All reactions