Binding a Queue to my worker gives runtime "Error 1104 Script not found"

For Workes & Pages, what is the name of the domain?

dev domain

What is the error number?

1104

What is the error message?

Error 1104 Script not found

What is the issue or error you’re encountering

Worker stops working, it shows the “Error 1104 Script not found” error instead

What steps have you taken to resolve the issue?

I tried removing the Queue binding, then the worker starts working again. When I add the Queue binding, it stops working again.
I tried a completely new worker. It also stops working when I add the Queue binding.
I tried adding a Consumer to the Queue, it did not help.

What are the steps to reproduce the issue?

Add a Queue binding, the worker stops working

Screenshot of the error

This is sadly a long-known limitation of Queues not supporting remote development (like you see in the quick editor).

Your best bet is going to be develop and test this worker locally with wrangler, where you should be able to test your Queues.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.