Local wrangler deploy fails, error 10013

Hi there, Running wrangler deploy (using latest wrangler 4.22.0) and running into the following:
Your Worker has access to the following bindings:
Binding Resource
env.PROCESSING_QUEUE (****-processing) Queue
env.DRAFTING_APPROVAL_QUEUE (****-drafting-approval) Queue

Uploaded ****-api-prod (4.19 sec)

✘ [ERROR] A request to the Cloudflare API (/accounts/********/queues/0e1a44ff22bf46f29e39a53b9de15485/consumers/8415dac80d4547ea815d186b32390c0d) failed.

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 you think this is a bug, please open an issue at:
https://github.com/cloudflare/workers-sdk/issues/new/choose
Your Worker has access to the following bindings:
Binding Resource
env.PROCESSING_QUEUE (****-processing) Queue
env.DRAFTING_APPROVAL_QUEUE (****-drafting-approval) Queue

Uploaded ****-api-prod (4.19 sec)

✘ [ERROR] A request to the Cloudflare API (/accounts/********/queues/0e1a44ff22bf46f29e39a53b9de15485/consumers/8415dac80d4547ea815d186b32390c0d) failed.

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 you think this is a bug, please open an issue at:
https://github.com/cloudflare/workers-sdk/issues/new/choose
2 Replies
Arthur
ArthurOP5mo ago
I might be getting the same issue as https://discord.com/channels/595317990191398933/1389622120048496831 To just get past this, I deleted my worker + queues and just re-deployed them Working fine now
mattderron
mattderron5mo ago
Sorry just wanted to understand - you deleted your worker completely and recreated it? Also for the queues did you just delete the binding to the worker or you actually deleted the recreated the queues?

Did you find this page helpful?