Error: Missing or invalid. Decoded payload on topic <> is not identifiable as a JSON-RPC request or a response. #5638
Unanswered
dianasavvatina
asked this question in
Developer Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From time to time several dApps (one of which is mine) gets into a faulty state:
I can send as many requests as I want (and confirm/reject them on the wallet), but all responses end up with the same error:
I cannot figure out what triggers that state. Looks like the dApp was just open for a while.
Is some functionality missing on dApp?
Or is it a problem in WalletConnect side?
I can see it on
Workaround:
Error: Missing or invalid. Decoded payload on topic ...
. After the second reconnect, it want through but the request (confirmed) failed on response again with the same error (several of them) plus this oneIf the session is expired, then the requests towards wallet should be also blocked. If they can be confirmed on the wallet side, then I assume that the session is ok. Please help.
Taquito Test dApp:
Tezos Provider test dApp:
Beta Was this translation helpful? Give feedback.
All reactions