For Workers & Pages, what is the name of the domain?
N/A
What is the issue or error you’re encountering
The documentation is a bit contradictory about how to consume events in a worker from the queue procuded by a pages.
What steps have you taken to resolve the issue?
Documentation says:
It is not possible to consume events from a queue with a Pages Function. You will have to create a separate consumer Worker with a queue consumer handler to consume events from the queue.
But:
Wrangler does not yet support running separate producer Functions and consumer Workers bound to the same queue locally.