thirdweb-example / web3-idle-game-youtube

Apache License 2.0
9 stars 13 forks source link

Login Issue #1

Open exagonsoft opened 6 months ago

exagonsoft commented 6 months ago

When I try to login with Google i get this error

{ "error": "Signer address does not match payload address '0x735f8161****'" }

blockimperiumdao commented 6 months ago

Pulling this from the Thirdweb Discord. Upgrade to at least the following SDKs:

"@thirdweb-dev/auth": "^4.1.31", "@thirdweb-dev/react": "^4.4.2", "@thirdweb-dev/sdk": "^4.0.30",

yarn add @thirdweb-dev/auth@4.1.31 @thirdweb-dev/react@4.4.2 @thirdweb-dev/sdk@4.0.30