Hello everyone
I try to use Pinata’s Dedicated IPFS Gateway with a Gateaway key for access control.
I try to use this url to display an image whic i have uploaded to ipfs on my local node:
https://${import.meta.env.VITE_PINATA_GATEWAY}/ipfs/${cid}?pinataGatewayToken=${import.meta.env.VITE_PINATA_ACCESS_TOKEN}
When i use the cid of an image uploaded on pinata i can display it with this url. But if the image is not on pinata i can not.
I thought pinata gateaway enables us to display files unless they are pinned on Pinata network with the acces control key. As i followed steps described on this doc:
But i get this error my navigator:
The request timed out searching for a file on the non-pinata IPFS network. - ERR_ID:00016
Thanks for yours insights