web3modal
web3modal copied to clipboard
[bug] Connecting with Email or Social opens a window for connection and wallet is not connected
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
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"
}