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
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
I tried to add a custom swarm addresses to IPFS node:
ipfs=awaitcreate({config: {Addresses: {Swarm: [// This is a public webrtc-star server'/dns4/wrtc-star1.par.dwebops.pub/tcp/443/wss/p2p-webrtc-star','/dns4/wrtc-star2.sjc.dwebops.pub/tcp/443/wss/p2p-webrtc-star',],},}})
And I got the error in console:
Uncaught ReferenceError: process is not defined
at destroy.js:49:1
at Peer._destroy (index.js:444:1)
at Peer.destroy (destroy.js:35:1)
at index.js:525:1
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried to add a custom swarm addresses to IPFS node:
And I got the error in console:
The text was updated successfully, but these errors were encountered: