Issue: mapps code:push first time, hitting http error with description error

[09:28:23.548] DEBUG: * Domain: https://monday-apps-ms.monday.com *
[09:28:24.521] DEBUG: api_service
    res: GET: https://monday-apps-ms.monday.com/api/apps - 200
? Select an app 10131502 | New App
[09:28:27.356] DEBUG: api_service
    res: GET: https://monday-apps-ms.monday.com/api/apps/10131502/versions - 200
? Select an app version 10201448 | 1.1.0 | New App | draft
[09:28:28.633] DEBUG: push code to appVersionId: 10201448
⠋ Build asset to deploy
[09:28:28.666] DEBUG: Directory path not provided. using current directory: /Users/brett/work_projects/mo⠋ Build asset to deploy
  › Building asset to deploy from "/Users/brett/work_projects/monday-code-quickstarts/quickstart-go"
    directory
[09:28:28.667] DEBUG: create_archive - Check directory exists
    directoryPath: "/Users/brett/work_projects/monday-code-quickstarts/quickstart-go"
[09:28:28.668] DEBUG: ignore_files_for_archive - Searching for .mappsignore file
[09:28:28.669] DEBUG: ignore_files_for_archive - Searching for .gitignore file
[09:28:28.670] DEBUG: ignore_files_for_archive - No ignore files found, you can use .gitignore or
    .mappsignore to exclude some of the folders and files in your project
[09:28:28.670] DEBUG: archive - Starting
    directoryPath: "/Users/brett/work_projects/monday-code-quickstarts/quickstart-go"
    archivePath: "/Users/brett/work_projects/monday-code-quickstarts/quickstart-go/code.tar.gz"
[09:28:28.672] DEBUG: archive - Initialized
[09:28:28.672] DEBUG: archive - Added paths to ignore
    0: "/Users/brett/work_projects/monday-code-quickstarts/quickstart-go/code.tar.gz"
    1: "**/code.tar.gz"
    2: ".git/**"
    3: ".env"
    4: "local-secure-storage.db.json"
    5: ".mappsrc"
✔ Build asset to deploy
⠏ Preparing environment
[09:28:38.696] ERROR: get_signed_storage_url
    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:///opt/homebrew/lib/node_modules/@mondaycom/apps-cli/dist/services/api-service.js:50:15)
              at execute (file:///opt/homebrew/lib/node_modules/@mondaycom/apps-cli/dist/services/api-service.js:91:16)
              at async getSignedStorageUrl (file:///opt/homebrew/lib/node_modules/@mondaycom/apps-cli/dist/services/push-service.js:22:26)
              at async _Task.prepareEnvironmentTask [as taskFn] (file:///opt/homebrew/lib/node_modules/@mondaycom/apps-cli/dist/services/push-service.js:139:39)
              at async _Task.run (file:///opt/homebrew/lib/node_modules/@mondaycom/apps-cli/node_modules/listr2/dist/index.js:1965:11)
✔ Build asset to deploy
✖ Unexpected error occurred while communicating with the remote server
[09:28:38.705] 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:///opt/homebrew/lib/node_modules/@mondaycom/apps-cli/dist/services/api-service.js:50:15)
              at execute (file:///opt/homebrew/lib/node_modules/@mondaycom/apps-cli/dist/services/api-service.js:91:16)
              at async getSignedStorageUrl (file:///opt/homebrew/lib/node_modules/@mondaycom/apps-cli/dist/services/push-service.js:22:26)
              at async _Task.prepareEnvironmentTask [as taskFn] (file:///opt/homebrew/lib/node_modules/@mondaycom/apps-cli/dist/services/push-service.js:139:39)
              at async _Task.run (file:///opt/homebrew/lib/node_modules/@mondaycom/apps-cli/node_modules/listr2/dist/index.js:1965:11)
      "description": "An error."

Hey all, trying to get the go template hosted on monday-code using the cli

actions taken

  • signed up to free monday
  • allowed dev permissions when going into dev tab
  • cloned quickstarts
  • installed cli
  • made app in monday
  • added api key through “mapps init”
  • pushed code with “mapps code:push” from within go quickstart directory

am I missing something here or is there issues going on internally?

Hello there @brett_noti and welcome to the community!

Please fill this form including this data + your account ID + your app ID + the app version’s ID and our team will take a look into it!

Cheers,
Matias

Thanks Matias, I just submitted formal request

1 Like

Sounds good @brett_noti!

1 Like

Hey Matias,

2 More questions

  1. What is the current work around for extension devs to use mirrored values in columns?
  2. Is it possible to query via boards group?

Thanks

Hello again @brett_noti,

I am not sure I understand the questions:

  1. What is an “extension dev” and how do you want to use data from a mirror column value?

  2. Do you mean you want to query for data as boards->groups->items?

Looking forward to hearing from you!

Cheers,
Matias

1 Like

Extension is just a integration(not sure what monday is calling it), I want to pull a mirrored value through API but it is currently blocked according to doco.

Hello again @brett_noti,

You can query for the mirror column data as explained here!