Hi
The Telegram node does not send a message, but other messages pass normally, and it does not matter if there is a parse mode or not.
There is no error, but the node shows that there is an error!
This happens, but how to deal with it?
Model in the AI agent: GPT 4.1 nano
What is the error message (if any)?
Nothing
Please share your workflow
AI Agent Output:
[
{
"output": "Вот тебе файл nginx.conf:\n\nupstream n8n { server n8n:5678; }\n\nserver {\n listen 80;\n server_name _;\n location / {\n proxy_pass http://n8n;\n proxy_http_version 1.1;\n proxy_set_header Upgrade $http_upgrade;\n proxy_set_header Connection 'upgrade';\n proxy_set_header Host $host;\n proxy_cache_bypass $http_upgrade;\n }\n}"
}
]
Parse Mode - default, i thing its none
Share the output returned by the last node
[{}]
Information on your n8n setup
- ** n8n Version 1.89.2:**
- Database Postgres:
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker):
- Operating system:
- Ubuntu 22.04