so help us help you, what is the issue? are you getting errors? is it not deploying etc
so help us help you, what is the issue? are you getting errors? is it not deploying etc
DataCloneError: Could not serialize object of type "DurableObjectNamespace". This type does not support serialization.console.log({ message: 'Some message' }), the output is pretty-printed and observability treats each line as a separate log, e.g."message": "{""message": "message: 'Some message'""message": "}""message": "{ message: 'Some message' }"process.stdout.write(JSON.stringify({ message: 'Some message' })) doesn't seem to emit any observability logs at all?? Am I doing something wrong?



stop() (or destroy()) then start() it again?startAndWaitForPorts



DataCloneError: Could not serialize object of type "DurableObjectNamespace". This type does not support serialization.Failed to start container: The container is not running, consider calling start()Failed to start container: The container is not running, consider calling start()console.log({ message: 'Some message' })"message": "{""message": "message: 'Some message'""message": "}""message": "{ message: 'Some message' }"process.stdout.write(JSON.stringify({ message: 'Some message' }))stop()destroy()start()startAndWaitForPorts await container.startAndWaitForPorts({
ports: [8080],
startOptions: {
enableInternet: true,
...c.env,
},
});