My Cloudflare terraform setup started failing today (on any command) with the message:
Error reading setting "image_resizing" for zone "<redacted>": received internal server error response (HTTP 500), please try again later
A bit of logging indicates that requests to GET /client/v4/zones/<redacted>/settings/image_resizing
are failing with status code 500 and the following body:
{
"result": null,
"success": false,
"errors": [
{
"message": "speed_api: unknown_error"
}
],
"messages": []
}
Anyone else experiencing this? I’m not seeing any relevant notices at https://www.cloudflarestatus.com/