-
Notifications
You must be signed in to change notification settings - Fork 666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Mobile Safari cannot open page because address is invalid #1336
Comments
From what I see, the problem may come from this line:
Where it's doing an async call to get the display_uri whereas previously with v1, the uri was directly returned.
I haven't checked the internals of this. More of a suspicion. |
@jeanregisser Do you have these wallets installed? This is currently the expected UX if a user does not have the wallet installed. There is also another case where Safari will block further attempts to deep link into an app if you hit Cancel on the "Open this page in x" alert until the next refresh or the page is opened in a new tab. Mobile Safari is death by a thousand cuts. For WalletConnect v2, we are relying on native Deep Links instead of Universal Links (which would previously deliver a user to a fallback website if the wallet is not installed). Fetching a WalletConnect v2 pairing is slower, and iOS will block Universal Link redirects in our existing architecture, so we're pushing users through the native Deep Link popup for the time being. We will soon improve this UX and execute a rearchitecture to prefer Universal Links for some wallets, but wanted to ensure a stable transition to WalletConnect v2 first. |
Hey, I do have these 3 wallets installed. It's indeed what you said, I had unintentionally cancelled the first open and then all subsequent opens failed with the error. Thanks 🙏 Looking forward to see universal links come back. |
Hey all. |
@mighty-phoenix Sorry for the delay here. We're working on a fix right now, please bear with us 🙏 |
Hi! Any update on this issue? Still facing the problem in some of our apps |
@mattpilleul We have a PR open which should be merged soon |
Thank you @magiziz 🥰! Our users are encountering this issue frequently so we're looking forward to the fix 🤞🏽 . |
Any ETA on this PR merge? |
@addmorebass We're aiming to get this out either next week or the week after that. |
Any ETA on this—given that two weeks has passed? This issue affects all RainbowKit apps—quite a few apps. On Matcha, this means no MetaMask user can trade on iOS. Rolling back versions could be a solution for us, but that would undo previous work and peerDependencies upgrades. Some teammates have suggested dropping RainbowKit, but I'm not in favor of that either. I love 🌈 RainbowKit! |
Bumping amongst the people to fix this bug please. I think it will make my ETH go up |
Any ETA on this? |
|
I am having the same issue on multiple projects with this. |
++++ having same issues too! |
Same issue here as well 😂 |
Is there an existing issue for this?
RainbowKit Version
1.0.4
wagmi Version
unsure (version used by https://www.rainbowkit.com/)
Current Behavior
Tapping Argent, Trust Wallet or Omni shows "Safari cannot open the page because the address is invalid."
This is on https://www.rainbowkit.com/
RPReplay_Final1687945964.MP4
Expected Behavior
Tapping these wallets should open them reliably on iOS (Safari).
Steps To Reproduce
Note sometimes it works the first time, but then fails quite reliably.
Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)
No response
Anything else?
This is quite annoying bug on the day WC v1 shuts own. Having no other options but to use the latest RainbowKit version which has this bug.
This was tested on iOS 16.5.1
The text was updated successfully, but these errors were encountered: