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
Describe the bug If there's a # in the url (e.g. http://element-web.0x1a8510f2.space.ipns.localhost:8081/#/welcome), it can't be pinned with ipfs companion.
To Reproduce Steps to reproduce the behavior:
http://element-web.0x1a8510f2.space.ipns.localhost:8081/#/welcome
Expected behavior http://element-web.0x1a8510f2.space.ipns.localhost:8081/#/welcome should be pinned as /ipns/element-web.0x1a8510f2.space. That is, it should strip the # suffix, because they are not part of the path in the resource
/ipns/element-web.0x1a8510f2.space
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Of course,
ipfs pin add /ipns/element-web.0x1a8510f2.space/#/welcome Error: no link named "#" under QmSmQSREw7PtCNLDC4LxAoi8eWwj3tSCtJGaqXJFjKwA5S
But many sites redirects to a # url automatically. And the ipfs companion's pinning workflow doesn't allow editing.
The text was updated successfully, but these errors were encountered:
I believe this is no longer an issue since #810 replaced pinning with import to IPFS.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
If there's a # in the url (e.g. http://element-web.0x1a8510f2.space.ipns.localhost:8081/#/welcome), it can't be pinned with ipfs companion.
To Reproduce
Steps to reproduce the behavior:
http://element-web.0x1a8510f2.space.ipns.localhost:8081/#/welcome
Expected behavior
http://element-web.0x1a8510f2.space.ipns.localhost:8081/#/welcome should be pinned as
/ipns/element-web.0x1a8510f2.space
. That is, it should strip the # suffix, because they are not part of the path in the resourceScreenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Of course,
But many sites redirects to a # url automatically. And the ipfs companion's pinning workflow doesn't allow editing.
The text was updated successfully, but these errors were encountered: