๐ BUG: Doing fetch requests in a Worker...
Hi,
I have updated my workers and they are using 2.8.1 and now, when I do a env.SERVICE.fetch(request.clone()) it stalls with a " TypeError: Cannot construct a Request with a Request object that has already been used."
And it was working before, both in local and deployed in CF.
Could it be related to this issue https://github.com/cloudflare/wrangler2/issues/2589 ?
I have updated my workers and they are using 2.8.1 and now, when I do a env.SERVICE.fetch(request.clone()) it stalls with a " TypeError: Cannot construct a Request with a Request object that has already been used."
And it was working before, both in local and deployed in CF.
Could it be related to this issue https://github.com/cloudflare/wrangler2/issues/2589 ?
GitHub
Which Cloudflare product(s) does this pertain to? Pages What version of Wrangler are you using? 2.8.0 What operating system are you using? MacOS Describe the Bug Bound Worker This Worker is called ...
