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 react example from the official repo, connecting to my wallet in a browser on a laptop works as expected but on iOS fails.
Clicking on the "connect" button will open the corresponding wallet app but will not prompt for a pairing request once the app is open. When testing with Metamask it just fails silently. When testing with Rainbow Wallet a text box pops up stating "Error initializing with WalletConnect."
Curiously, both of the next.js examples found in the official repo work as expected (on both laptop browser and mobile thick clients).
Expected Behavior
I expect the "connect" button to successfully open a wallet and initiate the pairing sequence on Android and iOS.
Change directory to the with-create-react-app subdirectory
Install dependencies (npm install)
Run the server (npm start)
On a mobile phone, point your browser to the server spun up in the previous step
Click on the "connect" button
7a. Choose Metamask and observe that the Metamask app is opened but no prompt to pair the wallet is received
7b. Choose Rainbow Wallet and observe the error stating that there was a Wallet Connect misconfiguration
Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
RainbowKit Version
0.1.0
wagmi Version
0.3.5
Current Behavior
When I use the
react
example from the official repo, connecting to my wallet in a browser on a laptop works as expected but on iOS fails.Clicking on the "connect" button will open the corresponding wallet app but will not prompt for a pairing request once the app is open. When testing with Metamask it just fails silently. When testing with Rainbow Wallet a text box pops up stating "Error initializing with WalletConnect."
Curiously, both of the
next.js
examples found in the official repo work as expected (on both laptop browser and mobile thick clients).Expected Behavior
I expect the "connect" button to successfully open a wallet and initiate the pairing sequence on Android and iOS.
Steps To Reproduce
with-create-react-app
subdirectorynpm install
)npm start
)7a. Choose Metamask and observe that the Metamask app is opened but no prompt to pair the wallet is received
7b. Choose Rainbow Wallet and observe the error stating that there was a Wallet Connect misconfiguration
Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: