EIP712: signer._signTypedData() not triggering metamask signature #3876
Unanswered
jmsofarelli
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am using
ethers v5.7.2
and I the following code:Nothing happens: no Metamask signature request, no errors, no log in console!
Everything else looks fine:
data.domain
,data.types
anddata.message
.Also
signer._signTypedData
is present:When I use the following code, the signature request IS actually triggered in Metamask:
Any idea about what is happening?
Beta Was this translation helpful? Give feedback.
All reactions