Hi everyone,
I’m facing an issue where data sent to my endpoint appears to be getting truncated, as indicated by a [truncated to] message in my application’s logs.
Here’s the context:
- I generate PDFs using the CraftMyPDF service.
- When I try to send data to their API (either via the plugin or using a direct API call through an API connector), the payload seems to get cut off.
- As a result, the PDF fails to generate because the data sent is incomplete or incorrectly formatted.
Interestingly, when I send a smaller batch of data, everything works perfectly. So it seems like the problem is directly related to payload size limitations or how the data is being handled during transmission.
Has anyone encountered something similar—especially the [truncated to] marker in logs?
I’d really appreciate any insights or recommendations to help solve this.
Thanks in advance!