WEBHOOK_URL not working for Telegram HITL

When creating a telegram trigger node, I get a correct webhook_url


But when I’m trying to create a HITL telegram send a message it for some reason uses localhost:

Here’s my docker env, I checked it, it’s logging the same in docker container with env command: - SERVICE_URL_N8N_5678

  - 'N8N_EDITOR_BASE_URL=https://n8n-chatbot.remmark.ru'

  - 'WEBHOOK_URL=https://n8n-chatbot.remmark.ru'

  - N8N_PROTOCOL=https

  - 'N8N_HOST=n8n-chatbot.remmark.ru'

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