Alex Potsides

Results 540 comments of Alex Potsides

Fixed by https://github.com/libp2p/js-libp2p/pull/3019

In order for the gateway to show data from your node it must be dialable from the public internet. Are you able to use the https://ipfs-check.on.fleek.co/ website to confirm your...

504 means the gateway IPFS node timed out before it could resolve your content. This normally means your node is not dialable from public networks, or it could mean it's...

> It looks like my Helia node isn't connecting to the IPFS network. You can tell if you have network peers via: ```js helia.libp2p.getPeers() ``` If you have peers you...

The listen address needs to be `0.0.0.0` if you want other hosts to be able to connect to you (this will bind to every available interface, `127.0.0.1` only allows connections...

The [configuration here](https://github.com/ipfs-examples/helia-examples/issues/43#issuecomment-1695551587) is not enough to publish content because it's missing a content-routing implementation - for publishing content this normally means the `kad-dht` implementation. When you publish a bit...

:robot: Release is at https://github.com/ipfs/helia/releases/tag/block-brokers-v4.2.0 :sunflower:

:robot: Release is at https://github.com/ipfs/helia/releases/tag/bitswap-v2.1.0 :sunflower:

:robot: Release is at https://github.com/ipfs/helia/releases/tag/car-v4.1.0 :sunflower: