balena deploy fails without any details exposed

Hi there,

We are trying to do a deployment of an application w/ barely any changes but we continuously see this error ([Error] Deploy failed).
No further details are available, even when we run it with --debug flag.

How can we identify the cause of the problem?
We are using Balena CLI 15.2.3 and macOS 13.3.1 (a).

balena deploy swx-edge-amd64-dev \
--build \
--source deploy-edge-amd64-dev \
--projectName swx-amd64 \
--multi-dockerignore --debug
[Build]   aws-gg    Successfully built 322df5988533
[Build]   aws-gg    Successfully tagged swx-amd64_aws-gg:latest
[Build]   aws-gg    Image size: 1.28 GB
[Build]   swx-db            Image size: 545.73 MB
[Build]   swx-broker        Image size: 799.85 MB
[Build]   swx-schemes       Image size: 1.73 GB
[Build]   swx-stream-db     Image size: 883.79 MB
[Build]   swx-stream-db-cli Image size: 821.68 MB
[Build]   Built 6 services in 3:06
[Info]    Creating release...
[Error]   Deploy failed


ServerError
    at wrapResponseError (/usr/local/lib/balena-cli/node_modules/@balena/compose/dist/release/models.js:59:19)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async Bluebird.map.concurrency (/usr/local/lib/balena-cli/node_modules/@balena/compose/dist/release/api.js:39:25)
From previous event:
    at processImmediate (internal/timers.js:464:21)
From previous event:
    at Object.create (/usr/local/lib/balena-cli/node_modules/@balena/compose/dist/release/api.js:38:20)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async createRelease (/usr/local/lib/balena-cli/build/utils/compose.js:47:40)
    at async runSpinner (/usr/local/lib/balena-cli/build/utils/compose_ts.js:817:16)
    at async deployProject (/usr/local/lib/balena-cli/build/utils/compose_ts.js:767:22)
    at async DeployCmd.deployProject (/usr/local/lib/balena-cli/build/commands/deploy.js:152:27)
    at async DeployCmd.run (/usr/local/lib/balena-cli/build/commands/deploy.js:50:25)
    at async DeployCmd._run (/usr/local/lib/balena-cli/node_modules/@oclif/command/lib/command.js:43:20)
    at async Config.runCommand (/usr/local/lib/balena-cli/node_modules/@oclif/config/lib/config.js:175:24)
    at async CustomMain.run (/usr/local/lib/balena-cli/node_modules/@oclif/command/lib/main.js:27:9)
    at async CustomMain._run (/usr/local/lib/balena-cli/node_modules/@oclif/command/lib/command.js:43:20)
    at async /usr/local/lib/balena-cli/build/app.js:76:13
    at async Promise.all (index 2)
    at async oclifRun (/usr/local/lib/balena-cli/build/app.js:94:5)
    at async Object.run (/usr/local/lib/balena-cli/build/app.js:107:9)
    at async run (/usr/local/lib/balena-cli/bin/run:20:2)

It seems related to Internet connectivity. We switched to Wi-Fi and the deploy succeeded.
Is there any configuration for timeouts etc in Balena CLI?