I’m having some trouble deploying a Tail Worker. In the dashboard, I can see that the Tail Worker has been attached to the producer. I can also see the Tail Worker being triggered when I invoke the producer.
The Tail Worker is meant to forward some logs to an endpoint – but no logs were sent. Also, when I subscribe to the log stream to see some console.logs, I don’t get anything – nothing seems to be happening.
Moreover, on the Triggers section on the dashboard for the Tail Worker, I can see that
There are currently no Workers being tailed. To begin capturing metadata, add a Tail Worker from that Service's Settings > Variables page
, suggesting that my Tail Worker hasn’t been connected properly? I’m getting
No route for that URI (Code: 7000)
on that page too. Would appreciate any clues or pointers, thank you 🙂