Telegram webhooks are not registred trouble

Hey, i have a problem. Im using installed n8n via npm, and webhooks are not registred for telegram (there is no problem like this in cloud version, but i cant use it). What should i do?

UPD: When i re-run the n8n, the telegram trigger could work a couple times, but in some time it wtill writes me an error:
image

UPD2: It seems it is working only when i activate workflow one ime, can i work without activation maybe?

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Hey @vidirect,

I would recommend running n8n with Docker and without the tunnel option if this is a production environment.

Telegram itself only allows one webhook url for each bot so if you have multiple workflows with triggers for the same telegram bot that could be the issue you are running into.

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