bad links via IPNS mountpoint #7246
Labels
kind/bug
A bug in existing code (including security flaws)
P2
Medium: Good to have, but can wait until someone steps up
regression
topic/fuse
Topic fuse
topic/ipns
Topic ipns
ipfs version --all
go-ipfs version: 0.5.0
Repo version: 9
System version: amd64/linux
Golang version: go1.13.10
Trying to access content via the IPNS filesystem mount point results in broken links to the IPFS filesystem mount point, except for the local peer.
eg:
ipfs mount
ipfs name resolve ipfs.io
cd /ipns/ipfs.io
ls /ipns/ipfs.io
Looks like the link has an unnecessary "/ipfs/" added to the destination
However local peer is visible via the ipns mount point though, eg :/ipns/local and /ipns/[peer id]
The text was updated successfully, but these errors were encountered: