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
(found in nightly-1.27.25-linux-amd64)
Opening a path gateways URL like https://ipfs.io/ipfs/QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR or http://127.0.0.1:48080/ipfs/QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR and clicking on the "Open using IPFS" badge produces an error because duplicated (invalid) path is used in the request:
@spylogsster an example of path gateways is ipfs.io or 127.0.0.1. (Subdomain gateways like dweb.link and localhost seem to work fine)
ipfs.io
127.0.0.1
dweb.link
localhost
The text was updated successfully, but these errors were encountered:
@spylogsster current behavior on nightly is for
nightly
http://127.0.0.1:48081/ipfs/QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR (or http://127.0.0.1:48080/ipfs/QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR) and https://ipfs.io/ipfs/QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR to not show the Open using IPFS badge; should they?
Open using IPFS
http://127.0.0.1:48081/ipfs/QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR
https://ipfs.io/ipfs/QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR
If so, we should file a separate bug, right?
Sorry, something went wrong.
@stephendonner added #16339
Verified PASSED using the testplan at brave/brave-core#8971 with build
PASSED
Steps:
ipns://brantly.eth
Use a local node
ipfs://bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi/
spylogsster
Successfully merging a pull request may close this issue.
(found in nightly-1.27.25-linux-amd64)
Opening a path gateways URL like https://ipfs.io/ipfs/QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR or http://127.0.0.1:48080/ipfs/QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR and clicking on the "Open using IPFS" badge produces an error because duplicated (invalid) path is used in the request:
@spylogsster an example of path gateways is
ipfs.io
or127.0.0.1
.(Subdomain gateways like
dweb.link
andlocalhost
seem to work fine)The text was updated successfully, but these errors were encountered: