0

When I run the orbit-db example It works, but there are errors in console.

ipfs.js:311138 GET https://node0.preload.ipfs.io/api/v0/refs?r=true&arg=Qmb3vcXiX6dBHjWojh817SoVUdBmxiycrPs23ySeMRHT5v 429 (Too Many Requests)

This message is repeated with different hash.

Error Messages:

enter image description here

enter image description here

Raduan Santos
  • 1,023
  • 1
  • 21
  • 45
huhsame
  • 73
  • 1
  • 9

1 Answers1

0

When instantiating IPFS use:

this.ipfs = new Ipfs({
  preload: { enabled: false },
  ....
}

https://github.com/orbitdb/orbit-db/issues/560#issuecomment-461361478

huhsame
  • 73
  • 1
  • 9