Hi,
I’m currently using webhooks to receive responses from some APIs.
The APIs work in HTTP POST method and they return JSON compressed in Gzip as response.
The last week I’ve updated N8N to 1.4.1, which is the latest version for docker, and the API no longer works today.
The error that server returns is (I can see this error into the API backend);
{"code":422,"message":"Failed to parse request body","hint":"Unexpected token \u001f in JSON at position 0"}"}
N8N seems to read the response as JSON, instead of Gzip.
The problem is that no execution is performed, so no workaround is possible.
I had to downgrade to 1.1.10 so that everything would work again.
Information on your n8n setup
- **n8n version: 1.4.1 (latest) Running n8n via Docker,
- **Operating system: Ubuntu