Hi,
I'm trying to deploy using zcli apps:update dist but the deployment hangs and just stays as
Uploading app... Uploaded
Deploying app... ⢿
Deploying the app using zcli apps:package dist and uploading it manually works just fine.
My zcli.apps.config.json looks like:
{
"app_id": 6589xxxxxx,
"parameters": {
}
}
zcli apps:validate dist returns "No validation errors"
What is wrong or what am I missing?
Thanks