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?
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.