So currently I am trying to promote my app from 1.0.1 to 1.0.2 using the zapier promote 1.0.2 cli command.
But throws an Internal Server Error and its breaks
Logs :
zapier:promote Error: Promotion failed for the following reasons:
zapier:promote
zapier:promote * Internal Server Error
zapier:promote at Object.error (/usr/local/lib/node_modules/zapier-platform-cli/node_modules/@oclif/errors/lib/index.js:26:15)
zapier:promote at PromoteCommand.error (/usr/local/lib/node_modules/zapier-platform-cli/node_modules/@oclif/command/lib/command.js:60:23)
zapier:promote at PromoteCommand.perform (/usr/local/lib/node_modules/zapier-platform-cli/src/oclif/commands/promote.js:95:16)
zapier:promote at processTicksAndRejections (internal/process/task_queues.js:93:5)
zapier:promote at async Promise.all (index 1)
zapier:promote at async PromoteCommand._run (/usr/local/lib/node_modules/zapier-platform-cli/node_modules/@oclif/command/lib/command.js:43:20)
zapier:promote at async Config.runCommand (/usr/local/lib/node_modules/zapier-platform-cli/node_modules/@oclif/config/lib/config.js:173:24)
zapier:promote at async Main.run (/usr/local/lib/node_modules/zapier-platform-cli/node_modules/@oclif/command/lib/main.js:27:9)
zapier:promote at async Main._run (/usr/local/lib/node_modules/zapier-platform-cli/node_modules/@oclif/command/lib/command.js:43:20) +57s
› Error: Promotion failed for the following reasons:
›
› * Internal Server Error
And using the Zapier UI we get this screenshot below:
trying to debug this but can't find the reason any solution would really help
thanks