Google Cloud - Enabling

“Hi, I’m trying to connect to Google Vertex AI using the ‘Google Vertex Chat Model’ node. However, the ‘Google Cloud’ credential type is not showing up in my credential options. Can you please enable this integration for my workspace?”

this issue typically comes down to your n8n instance’s configuration or version..

Outdated n8n Version: plz update the n8n version.

For Self-Hosted users (Docker recommended):
Docker: Pull the latest n8n Docker image and recreate/restart your container.
docker pull n8nio/n8n
# Then stop and remove your old container, and start a new one
# (ensure your data persists via volume mounts!)
docker stop n8n_container_name
docker rm n8n_container_name
docker run -it --rm --name n8n_container_name -p 5678:5678 -v ~/.n8n:/home/node/.n8n n8nio/n8n

refer this link [Docker | n8n Docs]

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.