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 I use the default client with getDefaultClient
The wallet connect option and metamask option work fine.
The coinbase option, I select it and get an error popup in the UI showing the following:
"This dApp is most likely missing the headlessMode: true flag in the custom CoinbaseWalletConnector options."
I then tried using my own custom wagmi client using the coinbase wallet connector.
I got the same problem then.
I also tried using the injected connector and that also wasn't showing as an option when I click the connect button.
Also, the wallet connect connector if I try to use it with my custom wagmi client, (when qrcode is set to false in the connector options) , the qr code to scan with the phone doesnt show. I see this:
However when I click "use Walletconect modal" that works fine.
When I set qr code to true and click the wallet connect option, the QR code pops up but if I try closing it it doesn't close and fetches a new qr code..
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
When I use the default client with getDefaultClient
The wallet connect option and metamask option work fine.
The coinbase option, I select it and get an error popup in the UI showing the following:
"This dApp is most likely missing the headlessMode: true flag in the custom CoinbaseWalletConnector options."
I then tried using my own custom wagmi client using the coinbase wallet connector.
I got the same problem then.
I also tried using the injected connector and that also wasn't showing as an option when I click the connect button.
Also, the wallet connect connector if I try to use it with my custom wagmi client, (when qrcode is set to false in the connector options) , the qr code to scan with the phone doesnt show. I see this:
However when I click "use Walletconect modal" that works fine.
When I set qr code to true and click the wallet connect option, the QR code pops up but if I try closing it it doesn't close and fetches a new qr code..
Am I doing anything wrong or missing something?
Wagmi version: ^0.11.7
Ethers version: ^5.7.2
Connect kit verison: ^1.2.1
Beta Was this translation helpful? Give feedback.
All reactions