mavilein
CDCloudflare Developers
•Created by mavilein on 4/12/2024 in #workers-help
Regression in wrangler 3.46.0: Accessing a Durable Object in another locally running Worker Project
I was able to reproduce this and submitted a bug report here: https://github.com/cloudflare/workers-sdk/issues/5623
To anyone stumbling upon this thread. Here is the culprit and a workaround.
All calls to stub.fetch with the following shape fail:
We were able to unblock ourselves by copying over the cf property. The absence of this property leads to crashes in workerd/miniflare.
3 replies
CDCloudflare Developers
•Created by mavilein on 11/29/2023 in #workers-help
Which products are running on Edge exclusively?
Thanks @Chaika for that great explanation!
8 replies
CDCloudflare Developers
•Created by mavilein on 11/29/2023 in #workers-help
Which products are running on Edge exclusively?
Good point. I should have made clear that I am looking for the runtime aspect. During the outage we could see that Workers and Durable Objects were performing as expected.
The fact that we could not deploy was not great but bearable for us.
8 replies