Closed BjrInt closed 1 year ago
The issue was caused to a change in the js-ipfs library.
To retrieve a cid, we previously had to call [obj].cid.string, this property does not exist anymore, calling the generics .toString() instead.
[obj].cid.string
.toString()
Deployed (not pinned) on https://ipfs-2.aleph.im/ipfs/QmUUUCkFYqoPLTus35rFnVKz7WHbP6HPT3iAiXt5JMzcXr
The issue was caused to a change in the js-ipfs library.
To retrieve a cid, we previously had to call
[obj].cid.string
, this property does not exist anymore, calling the generics.toString()
instead.