worker failed to prewarm

is there a current known issue with wrangler dev --remote? I'm getting ▲ [WARNING] worker failed to prewarm: Service Temporarily Unavailable
2 Replies
Chaika
Chaika4mo ago
if anyone find this in the future, it's because he had a Queue Consumer bound. Currently stops the worker working in --remote all together. Docs about that limitation here: https://developers.cloudflare.com/workers/testing/local-development/ Also if you disable the workers.dev this can be caused by your WAF/Security (Security -> Events)
Cloudflare Docs
Local development · Cloudflare Workers docs
Develop your Workers locally via Wrangler.
hob8yte
hob8yte3mo ago
Thanks for leaving this note, just helped me stop pulling my hair out hah Deploying an application that uses browser rendering and queues pretty heavily. Hope the local/remote DX improves soon