Open apoorvlathey opened 8 months ago
Test dapp: https://react-app.walletconnect.com/
When trying to call personal_sign RPC method, the dapp instantly throws the request failed error, before the injected wallet can sign the message:
personal_sign
Most probable reason is No matching key. session topic doesn't exist error shown on Impersonator when the above request is made:
No matching key. session topic doesn't exist
Test dapp: https://react-app.walletconnect.com/
When trying to call
personal_sign
RPC method, the dapp instantly throws the request failed error, before the injected wallet can sign the message:Most probable reason is
No matching key. session topic doesn't exist
error shown on Impersonator when the above request is made: