js-ipfs icon indicating copy to clipboard operation
js-ipfs copied to clipboard

Cannot connect to kubo ipfs node

Open BL-EVER opened this issue 3 years ago • 1 comments

  • Version:
 "ipfs-core": "^0.15.4",
-"react": "^18.2.0",
  • Platform: latest Chrome browser Version 103.0.5060.134 (Official Build) (64-bit)

Severity: High

Description:

Trying to connect to local IPFS node by adding it to the Bootstrap Array, and nothing happens

Steps to reproduce the error:

const config = {
repo: 'ok'+ Math.random(),
        relay:{
            enabled: true,
            hop: {
                active: true,
                enabled: true
            }
        },
        config: {
            Addresses: {
                Swarm: [
                    '/dns4/wrtc-star1.par.dwebops.pub/tcp/443/wss/p2p-webrtc-star',
                    '/dns4/wrtc-star2.sjc.dwebops.pub/tcp/443/wss/p2p-webrtc-star',
                    //'/ip4/127.0.0.1/tcp/13579/wss/p2p-webrtc-star'
                ]
            },
            Bootstrap: ["/ip4/127.0.0.1/tcp/4001/p2p/12D3KooWQV2WfqK5scKxKHc8dLRuy57jXNecEVCKqBetnxWQh3Qh"]
        }
}

BL-EVER avatar Jul 25 '22 20:07 BL-EVER

Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review. In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment. Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:

  • "Priority" labels will show how urgent this is for the team.
  • "Status" labels will show if this is ready to be worked on, blocked, or in progress.
  • "Need" labels will indicate if additional input or analysis is required.

Finally, remember to use https://discuss.ipfs.io if you just need general support.

welcome[bot] avatar Jul 25 '22 20:07 welcome[bot]

js-ipfs is being deprecated in favor of Helia. You can follow the migration plan here https://github.com/ipfs/js-ipfs/issues/4336 and read the migration guide.

Please feel to reopen with any comments before 2023-06-05. We will do a final pass on reopened issues afterward (see https://github.com/ipfs/js-ipfs/issues/4336).

whizzzkid avatar May 31 '23 06:05 whizzzkid