libp2p / universal-connectivity

Realtime decentralised chat with libp2p showing ubiquitous peer-to-peer connectivity between multiple programming languages (Go, Rust, TypeScript) and runtimes (Web, native binary) using QUIC, WebRTC and WebTransport
https://universal-connectivity.on.fleek.co/
Other
91 stars 32 forks source link

Failed to started lib2p #182

Closed pravintargaryen closed 3 months ago

pravintargaryen commented 3 months ago

When visiting https://universal-connectivity.vercel.app/, getting this error in the console

1

2color commented 3 months ago

When the page loads, it makes two requests to delegated-ipfs.dev in order to resolve the PeerIDs of the bootstrappers to their multiaddrs.

These requests are getting blocked by your browser. Do you have any plugins that might prevent those requests? (see this thread for more reasons on why it might be getting blocked)

pravintargaryen commented 3 months ago

@2color I disabled my adblocker and it works. Thanks