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
$ npx dbos-sdk debug -x postgresql://localhost:2345 -u 95f62e02-e9a1-4f65-b061-2e96cfd85838
Debugger attached.
Debugger attached.
2024-07-02 14:39:00 [info]: Running in debug mode!
2024-07-02 14:39:00 [info]: Debugging mode proxy: localhost:2345
2024-07-02 14:39:00 [info]: Workflow executor initialized
2024-07-02 14:39:00 [error]: Debug mode error: The server does not support SSL connections
at GlobalLogger.error (.../node_modules/@dbos-inc/dbos-sdk/dist/src/telemetry/logs.js:63:65)
at debugWorkflow (.../node_modules/@dbos-inc/dbos-sdk/dist/src/dbos-runtime/debug.js:24:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Command.<anonymous> (.../node_modules/@dbos-inc/dbos-sdk/dist/src/dbos-runtime/cli.js:40:5)
Not really sure, how SSL comes into play here. Any idea?
EDIT: ok, maybe I was too quick with opening the issue. Looks like it takes the dbos-config.yaml into account, which included no local url & I didn't expect to be the case.
The text was updated successfully, but these errors were encountered:
Thanks for filing the issue @alxgrk! I'd rather have a spuriously opened issue that we can close easily than losing the context on a problem. If this is still an issue, let me know!
@devhawk I guess a hint why debug considers the yaml's DB URL in the docs could be an option - or, if it doesn't need that config, it could skip reading it. Apart from that, I would also be fine with closing this issue.
Hey,
I got an error while trying to debug a workflow:
Not really sure, how SSL comes into play here. Any idea?
EDIT: ok, maybe I was too quick with opening the issue. Looks like it takes the
dbos-config.yaml
into account, which included no local url & I didn't expect to be the case.The text was updated successfully, but these errors were encountered: