Skip to content
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 : Agent is not a constructor while using 54.0.0 #3938

Closed
@akp111

Description

@akp111

Version: 53.0.1 and 54.0.0

Platform: Linux

Severity: High Severity

Issue:
A few days back IPFS on the server end started throwing the following error
Agent is not a constructor
I was getting this error while initializing the ipfs instance.

 try {
      ipfs = await create('/ip4/0.0.0.0/tcp/5001');
    }
    catch (err) {
      Logger.error(err)
}

Metadata

Metadata

Labels

P0Critical: Tackled by core team ASAPkind/bugA bug in existing code (including security flaws)

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions