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.
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.