Speed API Down? Terraform failing when fetching image_resizing state

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/

Thanks for the report, this is reproducible in the dashboard as well and the issue was escalated, hopefully status page incident soon.

Edit:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.