Issue: Consistent Error when using mapps code:push for client side app

Terminal command:
mapps code:push --client-side -i <identifier - copied from developer portal>

[12:10:13.010] INFO: Deploying build to CDN…
(node:40741) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
:check_mark: Build asset to deploy
:multiply: An error has occurred, use the errorId
field to look up the details in the logs

  • This error happens every time I try to deploy a client side app.
  • It isn’t clear to me how to use the errorId to look up the error.
  • Current workaround is uploading a zip

Hi! Give this a shot if you can. Currently, the errorId is referenced in Monday Apps CLI logs in the Developer Portal:

  1. Go to Monday.com Developer Portal
  2. Select your app and go to “Logs”
  3. Look for a log entry matching the errorId returned by the CLI.
  • This log will show the full error message and stack trace, which is often missing from the terminal output.

If you don’t see it, you can also rerun the push with verbose logging:
DEBUG=mapps* mapps code:push --client-side -i <your_app_id>

Hi @trevor13 thanks for your response!

Going to the logs section shows this:

Running the debug command gives the same error:

mapps:@mondaycom/apps-cli:hooks:init start (import) /usr/local/lib/node_modules/@mondaycom/apps-cli/dist/hooks/init.js +0ms
  mapps:@mondaycom/apps-cli:hooks:init done +2ms
  mapps:code:push init version: @oclif/core@3.27.0 argv: [ '--client-side', '-i', '10974548' ] +0ms
[16:15:41.292] INFO: Deploying build to CDN...
(node:89834) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
    at node:punycode:3:9
    at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7)
    at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:338:10)
    at loadBuiltinModule (node:internal/modules/helpers:108:7)
    at Module._load (node:internal/modules/cjs/loader:1099:17)
    at TracingChannel.traceSync (node:diagnostics_channel:315:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)
    at Module.require (node:internal/modules/cjs/loader:1339:12)
    at require (node:internal/modules/helpers:135:16)
    at Object.<anonymous> (/usr/local/lib/node_modules/@mondaycom/apps-cli/node_modules/isemail/lib/index.js:5:18)
✔ Build asset to deploy
✖ An error has occurred, use the errorId field to look up the details in the logs