Getting request expiry when signing transaction using a custodial wallet #7073
Unanswered
ayudh37
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
Uh oh!
There was an error while loading. Please reload this page.
-
While waiting for the transaction to be signed on the custodial wallet website (a multistep process that takes anywhere from 2 - 5 minutes and involves MFA), we have our dapp wait for the transaction hash.
The transaction eventually completes but our dapp, instead of always receiving the transaction hash, gets a request expiry error.
Here's the error:
We're using reown with the EthersAdapter.
Here's our code:
Is there a way to increase the timeout limit or something along those lines so that we don't get the request expiry error anymore?
Beta Was this translation helpful? Give feedback.
All reactions