-
Notifications
You must be signed in to change notification settings - Fork 167
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
Connection failure iosApp #137
Comments
I'm also getting this error. |
Also getting this error |
Same...
|
Looks like a problem with the bridge. Try replacing That worked for me at least... |
Thanks for the reply Using https://bridge.walletconnect.org/ instead of https://safe-walletconnect.gnosis.io/ does not resolve the problem the error still occurring. I can connect by using wss instead of https ( wss://bridge.walletconnect.org/ ) But why ? is that normal ? |
The bridge is used to exchange WebSocket messages, the http request should be re-routed to change of protocol. That being said, we're migrating our services to a new domain, so the https://safe-walletconnect.gnosis.io/ redirects to https://safe-walletconnect.safe.global/ . Sorry for the inconvenience. |
Guys I have checked in our app again, and can confirm that the bridge is working fine. I should repeat that HTTP is not the protocol that the bridge works with, it's web sockets. |
Please try with the |
Same thing
|
Constructing the WCURL using the new bridge URL you provided works for me on using 1.7.0 (tested 1.6.2 as well, works there too). I only use the Client part of the library and not the Server though. |
When I open the metamask app with https://safe-walletconnect.safe.global/ or https://safe-walletconnect.gnosis.io/ The popup confirmation to login on Metamask iOS App doesn't appear... Do you have the same issue? |
I think we've got such an issue reported recently, we'll take a look at it |
@ljs19923 for me, when I use the safe-walletconnect.safe.global as a bridge, metamask opens, as well as rainbow. With the old (gnosis.io) bridge it doesn't open. |
Hello,
I get the following error when i try to connect iOS app to walletconnect
WC: Connection error: The network connection was lost. WC: didDisconnect url: https://safe-walletconnect.gnosis.io/
The used bridge :
let bridge = "https://safe-walletconnect.gnosis.io/
Can any body help me with this ? any suggestions ? The same code was working something has changed
Thanks in advance :)
The text was updated successfully, but these errors were encountered: