You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our app's deployment of static assets to Workers KV store fails 30%-50% of the time, specifically
when deploying to production. We get by by re-running the failed GitHub Action Runner jobs, which
usually works when its this specific error.
> npx wrangler deploy -e prod --outdir dist
(...)
Uploaded 99% [209,427 out of 210,427]
Upload failed, aborting...
✘ [ERROR] Received a malformed response from the API
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if I... (length = 7180)
PUT /accounts/***/storage/kv/namespaces/05a5b25fa8da48878798cf6f4527165e/bulk -> 524
If you think this is a bug, please open an issue at: https://github.com/cloudflare/workers-sdk/issues/new/choose
I haven't been able to reproduce locally. My hunch is npx wrangler deploy encounters an occasional
cloudflare network error that may be exacerbated by the sheer amount of data we upload (for
web crawler SEO purposes) in addition to the runner's ephemeral nature & network.
> npx wrangler deploy -e prod --outdir dist
npm warn exec The following package was not found and will be installed: [email protected]
npm warn deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead
npm warn deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
⛅️ wrangler 3.106.0
--------------------
Fetching list of already uploaded assets...
Building list of assets to upload...
+ 404.62[34](https://github.com/TackleHunger/TackleHunger/actions/runs/13024104686/job/36330346889#step:13:35)a50d0e.html (uploading new version of 404.html)
+ _next/data/n1zd7WyFvcJv2ke63ohwB/charity/0RG08000/S1TSH9S4/donate.fb249e7774.json (uploading new version of _next/data/n1zd7WyFvcJv2ke63ohwB/charity/0RG08000/S1TSH9S4/donate.json)
(...)
+ _next/data/n1zd7WyFvcJv2ke63ohwB/charity/0RG0800T/donate.93fc4cfe00.json (uploading new version of _next/data/n1zd7WyFvcJv2ke63ohwB/charity/0RG0800T/donate.json)
(truncating changed assets log, set `WRANGLER_LOG=debug` environment variable to see full diff)
Uploading 210,427 new assets...
Skipped uploading 271 existing assets.
Uploaded 0% [1,000 out of 210,427]
(...)
Uploaded 99% [209,427 out of 210,427]
Upload failed, aborting...
✘ [ERROR] Received a malformed response from the API
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if I... (length = 7180)
PUT /accounts/***/storage/kv/namespaces/05a5b25fa8da48878798cf6f4527165e/bulk -> 524
If you think this is a bug, please open an issue at: https://github.com/cloudflare/workers-sdk/issues/new/choose
Cloudflare collects anonymous telemetry about your usage of Wrangler. Learn more at https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/telemetry.md
The text was updated successfully, but these errors were encountered:
Which Cloudflare product(s) does this pertain to?
Wrangler, KV Asset Handler, KV
What versions are you using?
3.106.0 [Wrangler], 20.18.1 [Node.js], 10.8.2 [npm/npx]
What operating system and version are you using?
Ubuntu 24.04.1 LTS on GitHub Runner
Please provide a link to a minimal reproduction
No response
Describe the Bug
Our app's deployment of static assets to Workers KV store fails 30%-50% of the time, specifically
when deploying to production. We get by by re-running the failed GitHub Action Runner jobs, which
usually works when its this specific error.
I haven't been able to reproduce locally. My hunch is npx wrangler deploy encounters an occasional
cloudflare network error that may be exacerbated by the sheer amount of data we upload (for
web crawler SEO purposes) in addition to the runner's ephemeral nature & network.
Github Runner Image: ubuntu-24.04
Please provide any relevant error logs
The text was updated successfully, but these errors were encountered: