Hi everyone and Bubble team,
We are experiencing a major issue affecting multiple independent applications simultaneously with no recent deploys. Client-side workflows and Set state actions are completely freezing because the platform’s internal telemetry heartbeat is failing.
Issue Details
-
Endpoint:
POST /user/m/client_health -
Status Code:
HTTP 520 (Web Server Returned an Unknown Error) -
Behavior: The Cloudflare proxy is returning an unknown origin error from Bubble’s backend servers. Because
run.jsdoes not gracefully handle this 520 response insideLocationService.response_to_error/rejectWith, it throws an unhandled exception that locks the JavaScript main thread. -
Impact: Any client-side action (e.g., custom states, conditionals, visual updates) stops functioning as soon as this pulse request fails.
pre_run_jquery.js:2 POST https://[domain]/user/m/client_health 520
send @ pre_run_jquery.js:2
ajax @ pre_run_jquery.js:2
request @ run.js:315
send_client_health @ run.js:321
pulse @ run.js:321run.js:314 unexpected server response
at LocationService.response_to_error (run.js:315:137568)
at Object. (run.js:315:136882)
at c (pre_run_jquery.js:2:28447)
at Object.fireWith [as rejectWith] (pre_run_jquery.js:2:29192)
at l (pre_run_jquery.js:2:80201)
at XMLHttpRequest. (pre_run_jquery.js:2:82630){
“type”: " Error 520 · Cloudflare Support docs ",
“title”: “Error 520: Web server is returning an unknown error”,
“status”: 520,
“detail”: “The origin web server sent a response that Cloudflare could not parse. This may indicate the origin returned an empty response, malformed HTTP headers, or an otherwise invalid response.”,
“error_code”: 520,
“error_name”: “unknown_origin_error”,
“error_category”: “origin”,
“ray_id”: “a3149047fe80b1f5”,
“timestamp”: “2026-08-26T17:30:23Z”
}Is anyone else experiencing this right now? A bug report has been submitted, but raising it here for immediate visibility from the engineering team.
If you’re experiencing unexpected behavior and need immediate assistance, please file a bug report here: Contact | Bubble