ipfs / helia

An implementation of IPFS in JavaScript
https://helia.io
Other
811 stars 81 forks source link

Helia with Angular #550

Open YugasVasyl opened 1 month ago

YugasVasyl commented 1 month ago

I'm having trouble running Helia with Angular. Whenever I call createHelia();, I get several errors in the console like WebTransportError: Connection lost. and then the browser tab crashes. I've tried different Angular versions and deploying the code to a server, but I still get the same result. I have tried to use Helai examples, and they work for me. What I'm doing wrong? Are there any other alternatives to read/write to ipfs?