Andy_za
February 11, 2025, 8:18am
1
Describe the problem/error/question
my n8n telegram trigger is triggered by a document upload. It works fine when I upload using the desktop app but doesn’t trigger when I upload from a cellphone. I’m sending both images (jpg) and pdf.
What is the error message (if any)?
No error message, it just doesn’t do anything.
Information on your n8n setup
**n8n version: ** This is using n8n cloud
n8n
February 11, 2025, 8:19am
2
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:
Welcome to the n8n community
Is your workflow set to active?
Have you tried doing the same with Test mode?
Andy_za
February 11, 2025, 8:58am
4
Hi @mcnaveen
Yes, I’ve tried with it both active and in test mode.
Can you record a video if possible?
Andy_za
February 11, 2025, 9:48am
6
Nothing happens. The image or pdf loads into telegram and the event doesn’t trigger. No action, no error.
Are you behind reverse proxy or something?
It’s quite strange that it works on Desktop but not on mobile.
Check your Bot Token, Check you’re messaging the right bot
Andy_za
February 12, 2025, 6:42am
8
Very strange.
And this is running it on the n8n Cloud from my PC. And I’m definitely hitting the right bot…
There are times where ‘no code’ != easier
Andy_za
February 14, 2025, 3:40am
9
So this seems to be a Telegram issue.
Loading an image from the device galary doesn’t trigger the event, loading it from file space does.
This poses a problem if you want to upload driectly from the camera.