Hi, an error occurred when switching to the new version of n8n for uploading PDF files with enabled streaming mode.
Situation
Recently updated to the new version of n8n.
I used the Chat Trigger node to upload files and summarize information through the AI agent.
I saw that in the new versions was added a streaming response. I changed the nodes and enabled streaming in both the Chat Trigger node and the AI agent node.
In the chat window, when uploading a PDF document, I get error 422
{
"code": 422,
"message": "Failed to parse request body",
"hint": "No number after minus sign in JSON at position 1 (line 1 column 2)"
}
Information on your n8n setup
- n8n version: 1.106.3
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Linux