Hey all!
I am encountering and error similar to “Invalid string length” when requesting api for executions, but I cannot just solve it by adding a node.
We have a product that calls the n8n API directly:
curl -L 'https://<our domain>/builder/api/v1/executions/17829321?includeData=true' \
-H 'X-N8N-API-KEY: n8n_api_<removed>
And the result is:
{
"message": "Invalid string length"
}
I am pretty sure this is due the amount of binary data we have there, but there is no way to reduce it, as it depends on the document we got from our customers.
Is there a way to circuvent this? Our n8n version is 1.95.3.
Thanks!
Victor