Clodinary image CDN Integration

I’m trying to cache the images from my site, which are fetched from Cloudinary, in the Image CDN. I created the file .netlify\deploy\v1\config.json and configured remote_images correctly. After pushing these changes, when the site was built, in the Deploy file browser, it created the .toml file.

In the .toml file, the changes related to [images] were indeed applied:

However, I get a 404 error when trying to access the images. The Cloudinary url its ok and works if I use it independently.

hey @TinchoFerrando14 - would you be able to include a link to the site or a URL that’s 404ing so we can take a closer look? thanks!

Sure! https://liquenuy.netlify.app/

I’m trying to access my images through de cdn for caching porpouses.

Hi @TinchoFerrando14
I took a look at one of your images that are not displaying.
The source of your image is currently https://liquenuy.netlify.app/cdn-cgi/image/https://res.cloudinary.com/dwbdz7iet/image/upload/v1/productos/flores/cosmosNaranja/image-one?_a=DATAg1AAZAA0
instead of https://res.cloudinary.com/dwbdz7iet/image/upload/v1/productos/flores/cosmosNaranja/image-one?_a=DATAg1AAZAA0

Kindly cross-check in your codebase and set the appropriate images or image configurations.

Hi, looking integration of remote_images i have to access the images through image CDN.

I make some modifications to the url and now it’s working fine! now it’s https://liquenuy.netlify.app/.netlify/images?url= and not https://liquenuy.netlify.app/cdn-cgi/image/