Cloudflare DevelopersCD
Cloudflare Developers2y ago
10 replies
Kiwi

404 on /cdn-cgi/image/ when deploying Astro

I am deploying an Astro site which rewrites my image reference to be https://mydomain/cdn-cgi/image/width=512,height=512,format=webp/_astro/myimage.png

This gives a 404 error when accessed. The source image /_astro/myimage.png loads as expected.

Why would /cdn-cgi/image not be returning?
Was this page helpful?