We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
secret
which?
When I'm using the ipfs api proxy provided by ipfs-cluster I get this error:
node_modules/ipfs-api/src/pin/add.js:19 callback(null, res.Pins.map((hash) => ({ hash: hash }))) TypeError: Cannot read property 'map' of undefined
I can reproduce this error just for the latest release v0.6.0 pin.add(hash, {recursive: true}, cb)
pin.add(hash, {recursive: true}, cb)
The text was updated successfully, but these errors were encountered:
This works without errors when using the default go-ipfs http api.
Sorry, something went wrong.
Hi, this is fixed in master, but not released yet: #569
Next release should come in about a week
Ok, I will close this, thanks!
No branches or pull requests
Pre-check
secret
Basic information
which?
which?
Description
When I'm using the ipfs api proxy provided by ipfs-cluster I get this error:
I can reproduce this error just for the latest release v0.6.0
pin.add(hash, {recursive: true}, cb)
The text was updated successfully, but these errors were encountered: