cloudkite
cloudkite
CDCloudflare Developers
Created by cloudkite on 3/26/2025 in #workers-help
Wrangler deploy throwing error 10013
Can no longer wrangler deploy my worker either locally or via github actions. Getting the error
✘ [ERROR] A request to the Cloudflare API (/accounts/***/workers/scripts/embed-worker-production/deployments) failed.
packages/embed-worker deploy-worker: An unknown error has occurred. If this error persists, please file a report in workers-sdk (https://github.com/cloudflare/workers-sdk/issues) or reach out to your account team. [code: 10013]
✘ [ERROR] A request to the Cloudflare API (/accounts/***/workers/scripts/embed-worker-production/deployments) failed.
packages/embed-worker deploy-worker: An unknown error has occurred. If this error persists, please file a report in workers-sdk (https://github.com/cloudflare/workers-sdk/issues) or reach out to your account team. [code: 10013]
if I rerun a build for commit that previous passed via github actions I get the same error. Which seems to suggest its an API issue with my account, rather wrangler version or particular code that I deploying if I go to the worker on the cloudflare dash the code has been uploaded by not deployed
13 replies