Telegram trigger in "test" yes in "active" no

Hi there all,
I have a basic question.
When I call my flow in “Test workflow” modality from Telegram is quick work and it’s all ok.

But when I call my flow in active mode from Telegram is not work… or it’s work after some minutes.

Is there something I still must do please ?
Thanks in advance
Denis

Information on your n8n setup

  • n8n version:: 1.68.0
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): ???
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**Docker
  • **Operating system:**Ubuntu 22.

I updated at 1.69.2 and now it’s work (for now)
Thanks
Denis

1 Like

The issue is likely to be related to where telegram only allows one webhook url per bot. This means if you have the workflow active and try to test it may replace the active url with a test one and never go back to enabling the active one again.

1 Like

Whoauuu… good to know.
Thanks a lot.
Denis

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