You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this issue as well. The only workaround I found that worked was to delete the binding in the cloudflare dashboard and then deploy with wrangler and the deleted_class migration.
Which Cloudflare product(s) does this pertain to?
Wrangler
What versions are you using?
3.109.2 [Wrangler], 18.18.2 [Node]
What operating system and version are you using?
Linux (Arch)
Please provide a link to a minimal reproduction
No response
Describe the Bug
After deploying a worker with a durable object
Create Migration
and bindings setup per environment, like this:Later then editing the
wrangler.toml
with a delete migration:running
wrangler deploy --env staging
gives the following error:Things I've tried
durable_objects = { bindings = [] }
durable_objects
Please provide any relevant error logs
The text was updated successfully, but these errors were encountered: