RingsNetwork / rings-dweb

This is a dweb implementation based on Rings Network, which allows unrestricted access to network services and content. The process of accessing content is end-to-end encrypted. In this demo, we provide a simple decentralized access method for Uniswap and Tornado Cash.
https://dweb.rs/
GNU General Public License v3.0
3 stars 2 forks source link

https://dweb.rs/ does not establish connection #11

Open sloev opened 5 months ago

sloev commented 5 months ago

When trying to login using metamask on https://dweb.rs/ i get errors in the log regarding connections to walletconnect

AggregateError: All promises were rejected

749.21c3d694e7f567de.js:1 WebSocket connection to 'wss://t.bridge.walletconnect.org/?env=browser&host=dweb.rs&protocol=wc&version=1' failed: 
_socketCreate @ 749.21c3d694e7f567de.js:1
(anonymous) @ 749.21c3d694e7f567de.js:1
sloev commented 5 months ago

might be connected to this issue:

When I changed the provider to 1.5.x, the problem is gone. It is caused by the overload bridge server, the new version will select a server randomly. My env: web3modal + walletconnect provider 1.5.1.

https://github.com/WalletConnect/walletconnect-monorepo/issues/548#issuecomment-889749277