I was using the Telegram Trigger node in my workflow and it was working fine before. However, all of a sudden, it stopped triggering from my Telegram messages.
My workflow is still active.
I haven’t changed anything in the configuration.
Other nodes in n8n are working as expected.
I don’t see any obvious error message, it just doesn’t trigger anymore when I send a message to the bot.
Has anyone experienced this issue before or know what might cause the Telegram Trigger to suddenly stop working? Any help would be greatly appreciated.
Does the workflow work for a while after restarting n8n? Worfklow could be crashing for some reason. I see a lot of unfinished executions that could signal that.
Also, can you enable debug logs in your compose file and capture logs again if the workflow doesn’t respond:
Try deactivating the workflow and then activating it again.
You might have missed this note:
Due to Telegram API limitations, you can use just one Telegram trigger for each bot at a time
If you already have an active workflow using a Telegram trigger and then create another one (even just for testing), the active workflow will lose its Telegram webhook connection and will stop receiving updates.