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
Description
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)
}