i was facing an issue deploying a worker to dispatch namespace. with durable object bindings and mig

i was facing an issue deploying a worker to dispatch namespace. with durable object bindings and migrations. it worked fine for the first time (i.e creating the script for the first time). but it always failed after that ~

i have submitted a pr that aims to potentially fix this issue https://github.com/cloudflare/workers-sdk/pull/6246
GitHub
What this PR solves / how to test
This PR addresses an issue where deploying a worker to dispatch namespaces would fail due to the way Wrangler retrieves migrations from the script. Although this P...
Was this page helpful?