Hello, I am facing an issue with my webhook. I am using n8n to integrate Telegram, and I have created a bot using BotFather. I have set up the webhook, but every time I try to switch it to production mode, it reverts back to test mode after exiting. I hav

Hello,
I am facing an issue with my webhook. I am using n8n to integrate Telegram, and I have created a bot using BotFather. I have set up the webhook, but every time I try to switch it to production mode, it reverts back to test mode after exiting.
I have checked the token and base URL and followed the setup correctly. I’m hosting the bot on a Hetzner server. Is there something I am missing or a setting that needs adjustment?
Any help would be greatly appreciated!

Thank you,

This may be the same issue as is anwered in item 1. in this post

You mean the picture here, right?

Actually, that’s not a setting for switching.
It’s just an information block that shows you the testing URL and the production URL.

The actual switching isn’t controlled by any setting.
It simply depends on whether your workflow is activated or not.

If the workflow is activated, it will receive data from the production URL.
The testing URL will only receive data when you manually test the webhook node.