This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Error: no valid addresses were provided for transports #2779
Closed
Description
👋 Thanks for the 0.41.0 update!
I'm having an issue with upgrading from 0.38
I'm getting the following error:
Error: no valid addresses were provided for transports [WebSockets,WebRTCStar,Circuit]
I'm setting it up as follows, which worked before the upgrade:
const ipfs = await Ipfs.create();
await ipfs.swarm.connect("/dns4/ipfs.runfission.com/tcp/4003/wss/ipfs/QmVLEz2SxoNiFnuyLpbXsH6SvjPTrHNMU88vCQZyhgBzgw")
Any thoughts on what changed?