I’m trying to deploy a worker with a new DurableObject binding.
[durable_objects]
bindings = [{name = “DurableChat”, class_name = “DurableChat”}]
But I’m running into an error where its saying the class is not being exported by the script and thus cannot create the binding…
Cannot create binding for class DurableChat that is not exported by the script [API code: 10061]
As you can see below the class is definitely being exported by the script.
So I’m lost as to what’s actually causing the error. Any ideas?