Dapp works well on desktop but not on mobile #3366
Answered
by
glitch-txs
frank-coder
asked this question in
Developer Support
-
I would appreciate if someone pointed me to the right direction
|
Beta Was this translation helpful? Give feedback.
Answered by
glitch-txs
Aug 5, 2023
Replies: 1 comment 3 replies
-
Hi which wallet are you using to connect? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In your chain configuration array move the testnet to the last index. The first index is going to be used by wagmi as a required chain for the session and the rest as optional, since these wallets don't support testnet the connection will fail.
This should work: