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
I just tried accessing localhost:8080 and was pleased to see it working with /ipfs/Qmfoo, but sadly it doesn't work with /ipns/ipfs.io for example.
The text was updated successfully, but these errors were encountered:
you have to resolve your content in ipns/ipfs.io
Sorry, something went wrong.
Could you elaborate? I don't understand what you mean.
I try api http://localhost:5001/api/v0/resolve?arg=/ipns/ipfs.io {"Message":"Could not resolve name.","Code":0}
{"Message":"Could not resolve name.","Code":0}
http://localhost:5001/api/v0/resolve?arg=ipns/ipfs.io {"Message":"invalid 'ipfs ref' path","Code":0}
{"Message":"invalid 'ipfs ref' path","Code":0}
No branches or pull requests
I just tried accessing localhost:8080 and was pleased to see it working with /ipfs/Qmfoo, but sadly it doesn't work with /ipns/ipfs.io for example.
The text was updated successfully, but these errors were encountered: