Hey guys!
I’m trying to deploy the github-monday-code to monday code.
I executed
$ npm run mapps:init
then:
$ npm run deploy
But I’m getting error:
> monday-code-github-integration-template@0.0.1 deploy
> npm run mapps-updated code:push
> monday-code-github-integration-template@0.0.1 mapps-updated
> mapps -u code:push
Auto updating to latest version - 2.0.1
changed 401 packages in 13s
94 packages are looking for funding
run `npm fund` for details
? Select an app 10119475 | GitHub
? Select an app version 10177134 | 1.2.0 | GitHub | live
✔ Build asset to deploy
✔ Preparing environment
✔ Asset uploaded successfully
✖ An unknown error occurred. Please contact support.
What can I do to find out what’s wrong?
I executed it local with ngrok and it worked just fine.