GoogleGemini round nodes do not accept proxy settings

Describe the problem/error/question

Nodes of the type langchain.embeddingsGoogleGemini and langchain.lmChatGoogleGemini, those that have the form of a circle, do not respond to the installed proxy settings. At the same time, other nodes, when accessing GoogleGemini, which are rectangular, perceive proxy settings.

the settings Compose file of the proxy are as follows:

  • HTTP_PROXY=http://…@..:..
  • HTTPS_PROXY=http://…:…@…:…
  • NO_PROXY=localhost,127.0.0.1,postgres,.local,10.,192.168.,172.16.,172.17.,172.18.,172.19.,172.20.,172.21.,172.22.,172.23.,172.24.,172.25.*,172.26………………

What is the error message (if any)?

[GoogleGenerativeAI Error]: Error fetching from https://generativelanguage.googleapis.com/v1beta/models/text-embedding-004:embedContent: [400 Bad Request] User location is not supported for the API use.

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.109
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system:

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