Webhook not triggering with large base64 data

Hi,

I’m trying to send large (c.38mb) base64 encoded data to a webhook trigger. Each time I do nothing seems to happen. I don’t see any executions, fails, attempts, or anything. However, when I reduce the payload to around 5mb, everything works fine.

Am I hitting limits?

Thanks.

Information on your n8n setup

  • n8n version: @1.38.2
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: Mac, Andorid, iOS, web (literally everywhere)

Hey @EnigmaXXIII,

Quick question: How are you sending the data? Is it via a URL? According to Stack Overflow, URLs have a limit of approximately 2000 characters.
Could you try sending it in the body using the POST method instead?

Hey @Shirobachi,

I am sending as a body request already. Here’s an example output that works when using a smaller file. Only change is file size…

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.