rainbow-me / rainbowkit

The best way to connect a wallet 🌈 🧰
https://rainbowkit.com
MIT License
2.36k stars 617 forks source link

Rainbow wallet and metamask QR codes don't display when pressing their tabs [bug] #2009

Closed stuckinaboot closed 1 month ago

stuckinaboot commented 1 month ago

Is there an existing issue for this?

RainbowKit Version

2.0.2

wagmi Version

2.5.16

Current Behavior

Try pressing "connect wallet" here and then selecting rainbow wallet. It doesn't display a QR code https://www.netprotocol.app/app/inscribed-drops/mint/base/0

I also tried on latest rainbow version and ran into the same issues https://github.com/stuckinaboot/Net/pull/39

Expected Behavior

I expected RainbowKit to allow me to select Rainbow wallet so that I can connect my rainbow wallet to my dapp

Steps To Reproduce

No response

Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)

No response

Anything else?

No response

stuckinaboot commented 1 month ago
image

Example: I select Rainbow and QR code doesn't display

Here is my providers file (all my code here is open-source): https://github.com/stuckinaboot/Net/blob/main/website/src/app/providers.tsx

magiziz commented 1 month ago

It seems like there is something wrong with your WalletConnect project id. Does this work in localhost ? Can you re-generate a new project id and try with that ?

I'm also pretty sure there is something in your settings in WalletConnect dashboard you'd have to configure to make this work in a production environment.

image
magiziz commented 1 month ago

Can you try setting https://www.netprotocol.app as an allowed domain ?

image
stuckinaboot commented 1 month ago

Thank you, sorry for false alarm -- that fixed

image

I'll let others who have this issue know as well