Making a fetch to a bound service gets "The script will never generate a response." error
I'm seeing this issue only when a new request is constructed, not when a request is constructed from another request.
For example:
Succeeds, however
fails. The exact same failure comes within the context of the fetch handler if the original request object is not included in the constructor of the new request. Is this a bug?
1 Reply
I submitted an issue here: https://github.com/cloudflare/workerd/issues/825
GitHub
🐛 Bug Report — Runtime APIs - Making a new request to a bound servi...
I'm seeing this issue only when a new request is constructed, not when a request is constructed from another request. For example, the following code will succeed: // This works async fetch(req...