user2534192
user2534192

Reputation: 11

WalletConnect connection failure iOS client

I get the following error when i try to connect iOS app to walletconnect

Task <D190A2B9-E403-4DE1-B9F5-527F29D9D50D>.<1> finished with error [-1005] Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost." 
UserInfo={NSErrorFailingURLStringKey=https://safe-walletconnect.safe.global/, NSErrorFailingURLKey=https://safe-walletconnect.safe.global/,
_NSURLErrorRelatedURLSessionTaskErrorKey=("LocalWebSocketTask <D190A2B9-E403-4DE1-B9F5-527F29D9D50D>.<1>"), 
_NSURLErrorFailingURLSessionTaskErrorKey=LocalWebSocketTask <D190A2B9-E403-4DE1-B9F5-527F29D9D50D>.<1>, 
    NSLocalizedDescription=The network connection was lost.}



Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost."
UserInfo={NSErrorFailingURLStringKey=https://safe-walletconnect.safe.global/,
NSLocalizedDescription=The network connection was lost.,
NSErrorFailingURLKey=https://safe-walletconnect.safe.global/}

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 :)

Upvotes: 1

Views: 532

Answers (1)

Rajesh Shah
Rajesh Shah

Reputation: 11

Replace "https://safe-walletconnect.gnosis.io/" URL With "https://bridge.walletconnect.org"

Upvotes: 1

Related Questions