Experiencing a new issue and wondering if anyone has experienced it too. I have worker A conencting

Experiencing a new issue and wondering if anyone has experienced it too. I have worker A conencting to worker B using a service binding (with
fetch
), and worker B uses a container. It used to work (last tested about a week ago), but as of yesterday it doesn't seem to work at all. Worker A makes the fetch request and it just gets stuck.
1. Running both locally with wrangler - everything works as expected (I can see A fetching from B locally).
2. Making a regular request to B works (when I switch to fetch("https://worker-b.account.workers.dev/process/video" it works fine).

Anyone seeing something similar?
Was this page helpful?