Hi everyone, recently on my website I started to receive while testing the MetaMask connection this error message on the MM popup
Deceptive site request.
The site you’re attempting to sign into doesn’t match the domain in the request. Proceed with caution.
I thought it was because I was using a testing environment on localhost, but also when I deployed the new site version, the message is show in the same way, even if the domain is correctly matching.
When we authorize the user we are simply providing these information:
const DOMAIN = …
const STATEMENT = ‘Please sign this message to confirm your identity on …’;
const URI =…
const EXPIRATION_TIME = …
const TIMEOUT = …
with the correct info on domain and URI
Any suggestion on how we could fix this?
Thank you
