We should enable users to explore paths like:
/ipns/docs.ipfs.tech
/ipns/k51...
foobar.host.com - with DNSLink TXT entry
When typing things like /ipns/k51..., /ipns/ipfs.io into the browse/inspect bar if you hit inspect it'll take you to the explore page and will error.
There are a variety of errors depending on the mutable identifier type:
/ipns/k51... -> Error: No resolver found for codec "libp2p-key"
/ipns/12D3... -> HTTPError: invalid path "12D3K...": selected encoding not supported
/ipns/Qm... -> Seems to hang/break things (but could be mistaken)
/ipns/ipfs.io -> Error: invalid character '.' in 'ipfs.io'
Related
We should enable users to explore paths like:
/ipns/docs.ipfs.tech/ipns/k51...foobar.host.com- with DNSLink TXT entryWhen typing things like
/ipns/k51...,/ipns/ipfs.iointo the browse/inspect bar if you hit inspect it'll take you to the explore page and will error.There are a variety of errors depending on the mutable identifier type:
/ipns/k51...-> Error: No resolver found for codec "libp2p-key"/ipns/12D3...-> HTTPError: invalid path "12D3K...": selected encoding not supported/ipns/Qm...-> Seems to hang/break things (but could be mistaken)/ipns/ipfs.io-> Error: invalid character '.' in 'ipfs.io'Related