You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I open the page for the first time, everything is ok. I open the appkit modal, connect my wallet (via metamask), the modal asks me to sign sign-in message, I click sign, metamask opens again, I confirm the sign, BE authorizes me and everything works ok.
However, when I refresh the website, the appkit modal asks me to Sign again, and when I click on Sign, I get Signature declined without even metamask opening up.
The project is dockerized, you just run docker-compose up and open up http://localhost:5173/. You also have to set project id in vite-project/src/main.js,
Link to minimal reproducible example
https://github.com/Aspect26/wc-mre-siwe
Summary
When I open the page for the first time, everything is ok. I open the appkit modal, connect my wallet (via metamask), the modal asks me to sign sign-in message, I click sign, metamask opens again, I confirm the sign, BE authorizes me and everything works ok.
However, when I refresh the website, the appkit modal asks me to Sign again, and when I click on Sign, I get
Signature declined
without even metamask opening up.The project is dockerized, you just run
docker-compose up
and open uphttp://localhost:5173/
. You also have to set project id invite-project/src/main.js
,List of related npm package versions
Node.js Version
20.17-alpine
Package Manager
docker :)
The text was updated successfully, but these errors were encountered: