Skip to content

🐛 BUG: wrangler dev --remote fails with Error 1104, Script not found when using Queue bindings #855

Open
@AlexDicy

Description

@AlexDicy

What version of Wrangler are you using?

2.6.2

What operating system are you using?

Windows

Describe the Bug

  1. Add a queue binding in your wrangler.toml, in my case:
[[queues.producers]]
queue = "emails"
binding = "EMAILS"
  1. Run wrangler dev
  2. Wrangler outputs: ▲ [WARNING] worker failed to prewarm: Service Temporarily Unavailable
  3. Open http://localhost:8787
  4. The page loads with Error 1104

WRANGLER_LOG=debug wrangler dev does not output any debug info (apart from a .env error) in my case

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions