I am deploying Monday’s demo app from here
and yet I am getting the below error.
Can you kindly let me know what am I missing ?
Build asset to deploy
Unexpected error occurred while communicating with the remote server
[09:14:37.681] ERROR: code_push
err: {
“type”: “HttpError”,
“message”: “Unexpected error occurred while communicating with the remote server”,
“stack”:
Error: Unexpected error occurred while communicating with the remote server
at handleErrors (file:///Users/../.nvm/versions/node/v22.15.0/lib/node_modules/@mondaycom/apps-cli/dist/services/api-service.js:50:15)
at execute (file:///Users/../.nvm/versions/node/v22.15.0/lib/node_modules/@mondaycom/apps-cli/dist/services/api-service.js:91:16)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async getSignedStorageUrl (file:///Users/../.nvm/versions/node/v22.15.0/lib/node_modules/@mondaycom/apps-cli/dist/services/push-service.js:24:26)
at async _Task.prepareEnvironmentTask [as taskFn] (file:///Users/../.nvm/versions/node/v22.15.0/lib/node_modules/@mondaycom/apps-cli/dist/services/push-service.js:146:39)
at async _Task.run (file:///Users/../.nvm/versions/node/v22.15.0/lib/node_modules/@mondaycom/apps-cli/node_modules/listr2/dist/index.js:1965:11)
“code”: 500,
“description”: “An unexpected error occurred on the server.”
}