web3modal icon indicating copy to clipboard operation
web3modal copied to clipboard

[bug] Connecting with Email or Social opens a window for connection and wallet is not connected

Open 0xonerb opened this issue 1 year ago • 0 comments

Link to minimal reproducible example

https://github.com/0xonerb/next-reown-appkit-email-social

Summary

I disconnected Gmail login, connected with MetaMask, then disconnected MetaMask and tried connected with Gmail again and it got stuck here (see the images below). When I refreshed the tab I could connect with Gmail again.

https://github.com/user-attachments/assets/29227f65-ee26-4d81-9491-3a658b70ef14

Screenshot from 2024-09-25 13-31-33

Screenshot from 2024-09-25 13-37-00

List of related npm package versions

"dependencies": {
  "@reown/appkit": "^1.0.4",
  "@reown/appkit-adapter-wagmi": "^1.0.4",
  "@tanstack/react-query": "^5.56.2",
  "@wagmi/core": "^2.13.7",
  "next": "14.2.13",
  "react": "^18",
  "react-dom": "^18",
  "viem": "^2.21.15",
  "wagmi": "^2.12.14"
},
"devDependencies": {
  "@types/node": "^20",
  "@types/react": "^18",
  "@types/react-dom": "^18",
  "eslint": "^8",
  "eslint-config-next": "14.2.13",
  "postcss": "^8",
  "tailwindcss": "^3.4.1",
  "typescript": "^5"
}

0xonerb avatar Sep 25 '24 16:09 0xonerb