Hi,
i’m trying to use the Image Resizing tool to improve preformence.
while using the URL to .png all works well, but with .webp I’m getting an error:
“ERROR 9408: Could not fetch the image — the server returned HTTP error 406 Not Acceptable”
example:
https://www.DOMAIN.com/cdn-cgi/image/width=80/images/image.webp (error 406)
same with the png version of the image works
https://www.DOMAIN.com/cdn-cgi/image/width=80/images/image.png
we do have 2 versions of the image on our server - both png and wepb
*i might suspect that our webp images aren’t cached at all, as Cloudflare can’t fetch them
Thank you!