© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
Cloudflare DevelopersCD
Cloudflare Developers•8mo ago•
8 replies
tom

Image transformation failed 9432: Bad request: The Images Binding is not available using legacy bill

I'm experiencing an issue with Image Transformation using the worker binding.
I've attached the binding in my wrangler.jsonc, and I can also see it listed as active under "Bindings" in the Worker's dashboard:


"images": {
    "binding": "IMAGES"
}

"images": {
    "binding": "IMAGES"
}


My account is currently subscribed to Workers Paid, Images Stream Basic, and R2 Basic. However, I'm still seeing this error in the logs:

Image transformation failed: IMAGES_TRANSFORM_ERROR 9432: Bad request: The Images Binding is not available using legacy billing Error: IMAGES_TRANSFORM_ERROR 9432: Bad request: The Images Binding is not available using legacy billing at throwErrorIfErrorResponse (cloudflare-internal:images-api:174:15) at async ImageTransformerImpl.output (cloudflare-internal:images-api:79:9) at async assetsHandler (index.js:16996:30)
Image transformation failed: IMAGES_TRANSFORM_ERROR 9432: Bad request: The Images Binding is not available using legacy billing Error: IMAGES_TRANSFORM_ERROR 9432: Bad request: The Images Binding is not available using legacy billing at throwErrorIfErrorResponse (cloudflare-internal:images-api:174:15) at async ImageTransformerImpl.output (cloudflare-internal:images-api:79:9) at async assetsHandler (index.js:16996:30)


We upgraded to Images Stream Basic (the bundle Stream + Images) a few months ago, so we shouldn't be on legacy billing. I've reached out to support but haven't received a response in over a week. Has anyone else encountered this issue? Any advice would be appreciated!

I also thought that maybe the bundle don’t cover transformation but via URL it works.
Cloudflare Developers banner
Cloudflare DevelopersJoin
Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news
85,042Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Using `R2 + image transformation API` vs the `Images` service
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
2y ago
Uncaught (in response) Error: IMAGES_TRANSFORM_ERROR 9432: Bad request: 10 "transforms" maximum
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
11mo ago
Is the `IMAGE` binding not supported by miniflare?
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
11mo ago
Proper way to use CF Images transformation via Worker binding
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
11mo ago