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 open modal I have option to select wallet to connect to. When I click on wallet it shrinks and I'm not able to connect.
I was able to connect only when activated email connect (emailShowWallets: true, and email: true) and after input email and then canceled connecting, click on metamask wallet it started working.
How to solve it?
Url with website were I have this issue provided. https://test.astroarmadillos.io/
List of related npm package versions
import { createAppKit } from '@reown/appkit/vue'
import { EthersAdapter } from '@reown/appkit-adapter-ethers'
import { mainnet, polygon } from '@reown/appkit/networks'
import { useAppKitProvider, useAppKitAccount } from "@reown/appkit/vue"
import { BrowserProvider } from 'ethers'
Link to minimal reproducible example
https://test.astroarmadillos.io/
Summary
When open modal I have option to select wallet to connect to. When I click on wallet it shrinks and I'm not able to connect.
I was able to connect only when activated email connect (
emailShowWallets: true,
andemail: true
) and after input email and then canceled connecting, click on metamask wallet it started working.How to solve it?
Url with website were I have this issue provided.
https://test.astroarmadillos.io/
List of related npm package versions
import { createAppKit } from '@reown/appkit/vue'
import { EthersAdapter } from '@reown/appkit-adapter-ethers'
import { mainnet, polygon } from '@reown/appkit/networks'
import { useAppKitProvider, useAppKitAccount } from "@reown/appkit/vue"
import { BrowserProvider } from 'ethers'
const modal = createAppKit({
adapters: [new EthersAdapter()],
networks: [polygon],
metadata,
projectId,
themeMode: 'light',
features: {
analytics: false,
email: false, // default to true
socials: false,
emailShowWallets: false,
swaps: false,
}
})
modal.switchNetwork(polygon)
The text was updated successfully, but these errors were encountered: