Error when calling worker via service binding

Hi! I am calling another worker via a service binding but am getting this error:
TypeError: this.config.adapter?.connect is not a function
TypeError: this.config.adapter?.connect is not a function
This just started happening relatively recently even though we didn't make any changes. It also happens both locally and on a deployed worker
1 Reply
Boetro
BoetroOP7mo ago
Was able to figure it out, turns out it wasn't an issue with calling the worker but a dependency update we had made was breaking the worker being called

Did you find this page helpful?