N8n telegram not working

I searched for the answer but could not find.

I just installed n8n on my laptop using npm install n8n -g, started using n8n with -tunnel option. I am using all default values , no change in any settings.

I setup telegram bot and tried to use in a workflow ( single telegram node).

telegram webhook is showing number of messages but I am not getting anything in my n8n logs or workflow executions.

N8n version 1.68
Tunnel URL: https://XXXXXX.hooks.n8n.cloud/

Start Active Workflows:

  • “My first workflow” (ID: mjjaRCBH1MkUbhzC)
    => Started

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Hey @Nitin_Grewal

Welcome to the community :raised_hands:

The issue is likely to be that the tunnel isn’t working properly, can you try using something like Cloudflared or Ngrok instead and see if that resolves the issue.

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