This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
"process is not defined" error in "browser-create-react-app" example #297
Open
Description
I tried to add a custom swarm addresses to IPFS node:
ipfs = await create({
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
Metadata
Metadata
Assignees
Labels
No labels