You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone! I've been trying to connect to the IPFS network using Helia, but haven't been sucessful :(
Could you plese help me?
I have just made a port forwarding (4001) and tried connecting to the IPFS using kubo. With that, I have succesfully served content to the network. Now I am trying to do the same with Helia. From what I've understood, I don't need kubo anymore, since Helia should create a node for me right? So I have killed the kubo instance and tried the following code:
As you can see, I am not getting anything with helia.libp2p.getPeers(). Also, my peer isn't found when trying to use https://pl-diagnose.on.fleek.com:
Moreover, if if try to add some content, it doesn't get published to the IPFS network.
I suspect that my configuration isn't correct, could anyone check it, please? Also, am I right to assume that Helia will create a node that can connect to the IPFS network?
Finally, I'd like to say that Helia rocks 🤘. I managed to do all I need locally (publish, pin, MFS, IPNS...), the only thing I need now is to fix this. Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi everyone! I've been trying to connect to the IPFS network using Helia, but haven't been sucessful :(
Could you plese help me?
I have just made a port forwarding (4001) and tried connecting to the IPFS using kubo. With that, I have succesfully served content to the network. Now I am trying to do the same with Helia. From what I've understood, I don't need kubo anymore, since Helia should create a node for me right? So I have killed the kubo instance and tried the following code:
The output is:
As you can see, I am not getting anything with
helia.libp2p.getPeers()
. Also, my peer isn't found when trying to use https://pl-diagnose.on.fleek.com:Moreover, if if try to add some content, it doesn't get published to the IPFS network.
I suspect that my configuration isn't correct, could anyone check it, please? Also, am I right to assume that Helia will create a node that can connect to the IPFS network?
Finally, I'd like to say that Helia rocks 🤘. I managed to do all I need locally (publish, pin, MFS, IPNS...), the only thing I need now is to fix this. Thanks in advance!
The text was updated successfully, but these errors were encountered: