ERROR: Cannot create a string longer than 0x3fffffe7 characters

We recently introduced a new binary data mode which got created by @kik00. It no longer saves the binary data in the database as base64 encoded string, rather as files on the disk. You can give that a try.
It can activated by setting the environment variable:

N8N_DEFAULT_BINARY_DATA_MODE=filesystem	
3 Likes