Regression in wrangler 3.46.0: Accessing a Durable Object in another locally running Worker Project
We noticed a regression in accessing a Durable Object in another Worker Project when runnig locally after upgrading to 3.46.0. After this upgrade all calls to the Durable Object are failing with opaque errors. All responses result in a 500 without useful response bodies or headers.
We used the following approach to enable a locally running Worker to call another locally running Worker. With this approch we were able to start the two workers locally using
With this config we were calling the worker with:
However this approach does not work anymore. Are there any known workarounds for this?
We used the following approach to enable a locally running Worker to call another locally running Worker. With this approch we were able to start the two workers locally using
wrangler dev and have them communicate with each other.With this config we were calling the worker with:
However this approach does not work anymore. Are there any known workarounds for this?