I cannot access file using IPNS hash

I have downloaded a website from the bootstrap, and then when i used ipfs name publish i got the ipns hash and when i use it in the gateway i get the following error:

ipfs cat /ipfs/k51qzi5uqu5dgm4qwwv748uzmbjctuza6tm5ganmpjg44sfaaull1jzksmg3ad: could not choose a decoder: no decoder registered for multicodec code 114 (0x72)

When I use the normal hash it works, why?

You need to use /ipns instead of /ipfs since you’re pulling IPNS data

1 Like

Thank you so much !!!