RILS
CDCloudflare Developers
•Created by RILS on 4/1/2024 in #general-help
Image Transformation Not Working via Worker
Hello,
I am trying to use image transformation via Cloudflare Image Optimization. I have deployed a worker which is almost identical to the example provided in the docs (https://developers.cloudflare.com/images/transform-images/transform-via-workers/#an-example-worker).
If I hit my worker in a browser tab (eg.
If I hit my worker in a browser tab (eg.
https://image-helper.abcdefg.workers.dev/?width=10&height=10&image=https://images.example.com/example.png
) , the original image is displayed (no transformation is done).
I can also see that the response does not have a Cf-Resized
header.
I know that you can enable Image Transformations on a particular zone but I'm not sure how that applies to using the service via a worker.
Does anyone have any thoughts as to what I may be missing? Is there anything else I can debug?
Thanks in advance.2 replies