Is there a knack to getting service bindings working locally? I have two running locally, both using
Is there a knack to getting service bindings working locally? I have two running locally, both using
The warning itself is a little confusing, as it's running locally, so I don't know why it's mentioning live. Either way, when I hit it with a request, I get
npm run dev and worker A is bound to worker B. Worker B calls Worker A, and when I start Worker B I get:The warning itself is a little confusing, as it's running locally, so I don't know why it's mentioning live. Either way, when I hit it with a request, I get
Cannot read properties of undefined (reading 'fetch') - if I run Worker B in remote mode, it works fine (but presumably hits my live worker), so I'm quite confused. Any ideas?