"internal error" error while using service binding.
Hi,
I have two workers. One worker (Worker A) is trying to make an API call to another worker (Worker B). I have enabled the service binding where I have bound Worker A with Worker B, and when I'm trying to call the API, I'm getting this error log in Worker B:
I have two workers. One worker (Worker A) is trying to make an API call to another worker (Worker B). I have enabled the service binding where I have bound Worker A with Worker B, and when I'm trying to call the API, I'm getting this error log in Worker B:
internal error; reference = 01d9n3paq7mnnnamd35rml8p. This is how I'm calling the API: await env.data_injection_worker.fetch(aktoReq);.