I m also seeing errors from the GraphQL

I'm also seeing errors from the GraphQL API endpoint:
https://dash.cloudflare.com/api/v4/graphql

The server is returning a successful response code, but the response body is reporting an internal server error:
{
    "data": null,
    "errors": [
        {
            "message": "Internal server error",
            "path": [
                "GetLocationsSparkline",
                "viewer",
                "accounts",
                "0",
                "locationSparklines"
            ],
            "extensions": {
                "code": "INTERNAL_SERVER_ERROR",
                "timestamp": "2023-09-18T20:21:43.231584645Z"
            }
        }
    ]
}
Was this page helpful?