Hubspot / Deal / Associated vid - Problem loading the parameter options from the server

Describe the issue/error/question

When adding an Hubspot node to create a Deal and trying to add associated vid as parameter, i’ve got this error above the “Associated vid” field (as shown in the screen shot).

It doesn’t look like an error on my side since I can upsert a contact without problem, and the node’s error appears no matter if I set an value to the parameters or what the value is (tried simple integer, array, object, etc…)

What is the error message (if any)?

"There was a problem loading the parameter options from the server : “Cannot read properties of undefined (reading ‘value’)”

Please share the workflow

  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "38c48c86-3167-4c02-8f00-0d7e7f9e28cd",
        "options": {}
      },
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        -380,
        500
      ],
      "webhookId": "38c48c86-3167-4c02-8f00-0d7e7f9e28cd"
    },
    {
      "parameters": {
        "resource": "contact",
        "email": "={{$json[\"body\"][\"email\"]}}",
        "additionalFields": {
          "firstName": "={{$json[\"body\"][\"first_name\"]}}",
          "lastName": "={{$json[\"body\"][\"last_name\"]}}",
          "mobilePhoneNumber": "={{$json[\"body\"][\"phone\"]}}"
        }
      },
      "name": "Hubspot",
      "type": "n8n-nodes-base.hubspot",
      "typeVersion": 1,
      "position": [
        -160,
        500
      ],
      "credentials": {
        "hubspotApi": {
          "id": "9",
          "name": "Hubspot account"
        }
      }
    },
    {
      "parameters": {
        "stage": "appointmentscheduled",
        "additionalFields": {
          "associatedVids": []
        }
      },
      "name": "Hubspot1",
      "type": "n8n-nodes-base.hubspot",
      "typeVersion": 1,
      "position": [
        100,
        500
      ],
      "credentials": {
        "hubspotApi": {
          "id": "9",
          "name": "Hubspot account"
        }
      }
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Hubspot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Hubspot": {
      "main": [
        [
          {
            "node": "Hubspot1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}```

## Share the output returned by the last node
<!-- If you need help with transforming the data, please also share the expected output -->

## Information on your n8n setup
- **n8n version:** Cloud - 0.172.0 (1 version behind, can't update right now to high usage during the day)

Hi @Maxime_Rifflart, welcome to the community :tada:

I am so sorry you are having trouble here. I have added this to our internal bug tracker for a closer look & a fix.

Got released with [email protected]