Hello - first time visitor. I am doing a small side project using astro and it is soooo much fun after working on big react app at work every day. Thank you for this great project.
To my question - I am hosting my project on cloudflare pages. Most of the routes are pre-rendered and there all works super, but there are a few where I would like to use ssr. So understanding that I can't use compile as image service I set it up to 'cloudflare'. I bought the 5 EUR/ a month Cloudflare Images option so that they can be stored and resized there, but the server generated images don't work.
I get a 404 for an url https://astro-cloudflare-image-latest.pages.dev/cdn-cgi/image/width=2000,format=webp/_astro/bird.DdPxpCJ0.jpg (I use a Picture element) and info there that the image can not be shown because it contains errors.
What am I missing?
I made a simplified case in a repo:
https://github.com/halas/astro-cloudflare-image-latest/tree/main
Thank you in advance for your help ๐