[Bug Report]: Batch processing and Buffer Mode (??)
Environment Carbone Version: 5.0.0 beta 3 Node Version: [e.g. Node 8.16.1] Browsers: [e.g. chrome 22] Desktop OS: [e.g. Ubuntu 18, Mac Os, ...] Other: [e.g. LibreOffice: 6.1.5]
Expected Behaviour Launching a BatchProcessing rendering, I expected a result
Actual Behaviour
I receive thos response :
{ "success": false, "error": "Unable to generate the document. Cannot use batch processing in buffer mode", "code": "w101", "data": { "renderId": "" } }
Steps to reproduce
Here is my call
POST {{baseUrl}}/render/:templateId
and Body :
{ "data": { "factures" : [ { "title": "AVIS DE PRIME 2024", ... ... } ] }, "convertTo": "pdf", "batchSplitBy" : "d.factures", "batchOutput" : "zip" }
Other comments Add any other context about the problem here.