Failing to receive signature from Gnosis Safe multisig app #5175
Replies: 12 comments 1 reply
-
CR-12 Failing to receive signature from Gnosis Safe multisig app |
Beta Was this translation helpful? Give feedback.
-
hey @eugenPtr session requests have default expiry of 5 minutes. Is it taking longer for you to sign? |
Beta Was this translation helpful? Give feedback.
-
hey @ganchoradkov, thanks for picking this up. It's taking under a minute to sign and see the transaction confirmed. |
Beta Was this translation helpful? Give feedback.
-
@ganchoradkov any idea what the issue could be here? |
Beta Was this translation helpful? Give feedback.
-
Please update Wagmi and Web3Modal packages to latest. Feel free to repoen if the issue persists. |
Beta Was this translation helpful? Give feedback.
-
I'm experiencing this same issue where I'm using wagmi latest (2.10.9), @walletconnect/ethereum-provider latest (2.13.3), and @walletconnect/modal latest (2.6.2). |
Beta Was this translation helpful? Give feedback.
-
Not one of the wallets and connectors work |
Beta Was this translation helpful? Give feedback.
-
I ended up "solving" this by writing a wrapper library that polls for the creation of the eip-1271 hash via |
Beta Was this translation helpful? Give feedback.
-
@ryanberckmans do you mind sharing the workaround? |
Beta Was this translation helpful? Give feedback.
-
I'm not able to repro in the latest: https://lab.web3modal.com/library/wagmi/ I'm able to sign a message with Safe succefully. |
Beta Was this translation helpful? Give feedback.
-
please provider a MRE |
Beta Was this translation helpful? Give feedback.
-
Currently also facing this issue with |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
I am building an app that needs to be able to receive messages signed with Gnosis Safe
While this worked well with Metamask, I am getting a
Request expired. Please try again.
error when I do it through Gnosis Safe. I have tested this on Sepolia, signing the message right away and having the tx confirmed by Safe in under 1 minute. The app keeps waiting to receive the signature from WC until the request times out.To fetch the signature I am using
signMessageAsync
from wagmi'suseSignMessage
hook.SDK Version (if relevant)
To Reproduce
Steps to reproduce the behavior:
Request expired. Please try again
Expected behavior
The signature is received after a while, before timing out
Beta Was this translation helpful? Give feedback.
All reactions