Does adding entries to the Gateway.PublicGateways
config help IPFS resolve content when doing ipfs cat <hash>
?
We have the following entry in our PublicGateways
config
"ipfs.io": {
"PathPrefixes": [
"/ipfs"
],
"UseSubdomains": false
},
We verified that content existed at https://ipfs.io/ipfs/ but then when we tried to do ipfs cat <hash>
from our node, it didn’t resolve.