Error using SSP JS Bin example

Error using SSP JS Bin example

kthorngrenkthorngren Posts: 22,503Questions: 26Answers: 5,171

The following error occurs when using the SSP JS Bin example:

{
    "type": "https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-502/",
    "title": "Error 502: Bad gateway",
    "status": 502,
    "detail": "The origin web server returned an invalid or incomplete response to Cloudflare. This typically indicates the origin is overloaded or misconfigured.",
    "instance": "a323cb94e8540554",
    "error_code": 502,
    "error_name": "origin_bad_gateway",
    "error_category": "origin",
    "ray_id": "a323cb94e8540554",
    "timestamp": "2026-08-28T13:52:13Z",
    "zone": "live.datatables.net",
    "cloudflare_error": true,
    "retryable": true,
    "retry_after": 60,
    "owner_action_required": true,
    "what_you_should_do": "**Wait and retry.** Back off for at least 60 seconds. If the error persists, the website operator should check their origin server health and configuration.",
    "footer": "This error was generated by Cloudflare on behalf of the website owner."
}

Here is the test case:
https://live.datatables.net/yaroyala/152/edit

Kevin

Replies

  • allanallan Posts: 65,972Questions: 1Answers: 10,980 Site admin

    Doh - thanks Kevin. I'll take a look at it.

    Allan

Sign In or Register to comment.