IPNS and DNSLink fail to load in the explore tab #1884
Labels
area/screen/explore
Issues related to IPLS Explorer screen
effort/hours
Estimated to take one or several hours
exp/novice
Someone with a little familiarity can pick up
good first issue
Good issue for new contributors
help wanted
Seeking public contribution on this issue
kind/enhancement
A net-new feature or improvement to an existing feature
P2
Medium: Good to have, but can wait until someone steps up
starmaps
Describe the bug
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.This bug might be related to explore.ipld.io more than here, but since we depend on similar components I'm filing here. Feel free to move or redirect.
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'To Reproduce
Steps to reproduce the behavior:
Expected behavior
IPNS resolution should work (i.e. resolve the IPNS path to the IPFS path and continue as normal). Alternatively some error like "IPNS not supported" would work and turn the rest of this into a feature request.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: