Describe your problem
GET request returns a blank binary file but only when using version 0.209.4. I downgraded to version 0.165.0 and the binary file was returned as normal. See screenshots below
Error message
Just a blank binary file for version 0.209.4 but no actual errors.
Workflow
A webhook triggers the workflow to download an invoice and then email it. The only issue is the HTTP node. All other nodes are working fine hence their exclusion.
Output for each version
Version 0.165.0 Node & Response. Working as expected.
File has all the expected data
Version 0.209.4. Broken with size 0B
Binary returned is empty. Note: I have to tick the
Never Error
box to overwrite the 302 response code I get otherwise.
Please advise on how to fix this so that the binary file returned is not blank on version 0.209.4? I ideally want to be using the latest version of n8n rather than settling for the older version which works but has less features.
n8n setup
- n8n version: 0.165.0 (working) 0.209.4 (not working)
- Self-hosted using Docker on Digital Ocean