For Workers & Pages, what is the name of the domain?
?
What is the issue or error you’re encountering
Same request is shown twice in logs
What steps have you taken to resolve the issue?
I made sure it wasn’t actually triggered twice. I added a debug UUID to the requests query params, and it was the same. After that, I made the subrequested route send a message to an external webhook and it was only sent once, not twice as the dashboard implies it was.
What are the steps to reproduce the issue?
Make a worker using RR7 and Hono that sends a request to itself via a service binding from a loader. The request will show up twice, even with two seperate request ids, even though only one executed.