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
[[migrations]]
tag = "v1"
new_sqlite_classes = ["CALL_SESSION"]
But when trying to deploy I get an error
Please provide any relevant error logs
Cannot create binding for class 'CALL_SESSION' because it is
not currently configured to implement durable objects. Did you
forget to apply a --new-class migration to it? [code: 10061]
The text was updated successfully, but these errors were encountered:
Which Cloudflare product(s) does this pertain to?
Wrangler
What versions are you using?
3.105.0 [Wrangler]
What operating system and version are you using?
Mac 15.0.1
Please provide a link to a minimal reproduction
https://github.com/ryleyrandall22/call-agent
Describe the Bug
The docs specify using
[[migrations]]
tag = "v1"
new_sqlite_classes = ["CALL_SESSION"]
But when trying to deploy I get an error
Please provide any relevant error logs
Cannot create binding for class 'CALL_SESSION' because it is
not currently configured to implement durable objects. Did you
forget to apply a --new-class migration to it? [code: 10061]
The text was updated successfully, but these errors were encountered: