Stacked-Labs / poker-game

Stacked Poker is a Web3 application allowing users to host their own games using a variety of digital assets
https://stackedpoker.io
0 stars 0 forks source link

Bug/Signature request infinite requests until user clicks "Sign" #59

Closed iyabc closed 4 weeks ago

iyabc commented 1 month ago

NOTE: Perhaps this is a bug from the web3modal library itself

Conditions

authToken does not exist on local storage user has not connected a wallet yet Steps to reproduce

Connect wallet When Signature Request modal pops up, click "Reject" or attempt to close the modal by clicking "X" button https://drive.google.com/file/d/1XuXmkD60XdQX41fqnTTtw6iPY73dr2xZ/view?usp=sharing

Denis:

Yea here we just need to fix an infinite retry loop somewhere and display an error toast asking user to disconnect wallet and retry.

iyabc commented 1 month ago

Working on resolving this