Truncated Data in Logs [truncated to] – API Call Not Fully Received

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!

It is only the log itself that is truncated, not the call to your API.

If you want to debug, you can send it to a webhook receiver e.g webhook.site and see the fully sent content there.

This topic was automatically closed after 70 days. New replies are no longer allowed.