Telegram trigger with n8n on render

Hi everyone, I’m experiencing an issue with the Telegram trigger in n8n while hosting it on Render. When I try to run the trigger, I encounter a problem that I couldn’t resolve even with GPT’s help. Has anyone else faced this issue or know how to fix it?
I’d greatly appreciate any assistance.

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

Hey @Rehare hope all is good. Welcome to the community.

The error kind of gives it away. Your n8n instance is running with http and telegram requires webhooks to be running behind https.

You can setup your https endpoint using ngrok. See this for more info:

Let me know if you have questions about this.

I think I was running n8n behind a reverse proxy, which might be causing the issue. Could you tell me how to update the webhook URL?

Ok thanks I got it.

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