cloudflare / cloudflare/templates
Deploy button does not deploy queues
- Dominant language
- TypeScript
- Stars
- 2.1k
- Forks
- 1k
- Avg merge
- 17h 44m
- Merged PRs (30d)
- 10
Description
### What versions & operating system are you using?
Wrangler 4.33.1
### Please provide a link to a minimal reproduction
https://github.com/shchahrykovich/cloudflare-deploy-button-with-queues-demo
### Describe the Bug
I use a deploy button (https://developers.cloudflare.com/workers/platform/deploy-buttons/) to create a new worker - see repo. When I include Queue in wrangler.jsonc I see an error - ✘ [ERROR] Processing wrangler.jsonc configuration.
### Please provide any relevant error logs
```
2025-08-27T19:52:36.589Z ⛅️ wrangler 4.33.0
2025-08-27T19:52:36.589Z ───────────────────
2025-08-27T19:52:36.598Z
2025-08-27T19:52:36.680Z ✘ [ERROR] Processing wrangler.jsonc configuration:
2025-08-27T19:52:36.680Z
2025-08-27T19:52:36.680Z - "queues.consumers[0]" should have a string "queue" field but got {}.
2025-08-27T19:52:36.681Z - "queues.producers[0]" bindings should have a string "queue" field but got {"binding":"MY_QUEUE"}.
```
Contributor guide
Assessment
This issue has not been assessed yet.