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 in connection establishment: net::ERR_CONNECTION_REFUSED #3256
Closed
Description
- Version: 0.48.2
- Platform:
Firefox 80
Brave 1.13.82
Chrome 85.0.4183.83
- Subsystem:
Severity: Medium
Description:
Once await IPFS.create();
has run the console fills with these errors:
Firefox can’t establish a connection to the server at
ws://127.0.0.1:8081/p2p/QmSoLer265NRgSp2LA3dPaeykiS1J6DifTC88f5uVQKNAd.
The connection to ws://127.0.0.1:8081/p2p/QmSoLV4Bbm51jM9C4gDYZQ9Cy3U6aXMJDAbzgu2fzaDs64 was interrupted while the page was loading.
Steps to reproduce the error:
import IPFS from 'ipfs'
await IPFS.create();
Or I have created and attached a simple reproduce project that will reproduce this error.
test.zip
Run it like so:
npm i
node server.js
Then visit localhost:8080