HyunSeongLee
CDCloudflare Developers
•Created by HyunSeongLee on 6/7/2024 in #workers-help
Cannot create binding for class WebSocketServer because it is not currently configured to implement
Hello, I'm trying to setup the durable object in dev branch and I got this error. Is anyone know how to resolve this error? Thanks!
[[env.dev.migrations]]
tag = "v1"
new_classes = ["WebSocketServer"]
[[env.dev.durable_objects.bindings]]
name = "WEBSOCKET_SERVER"
class_name = "WebSocketServer"
1 replies