Is `Dynamic Worker Loader` global `fetch()` support working as intended? We have code using `fetch(

Is Dynamic Worker Loader global fetch() support working as intended?

We have code using fetch() that works inside the isolate locally with
wrangler
; however in production we are seeing 405 Method Not Allowed.

Are there any special configurations required to enable fetch() requests from inside the isolate on production?
Was this page helpful?