Failed to load resource: the server responded with a status of 413 (Payload Too Large)

Hi @Zero

As we have no storage of our own on the agents side (and obviously can’t create tables on your database), approval workflow works the following way:

  • When the approval request is submitted, the content of the smart action form is saved in our servers
  • When an authorized user accepts the approval request, the frontend downloads the content of the form from our servers, and replays it to your agent (the approver is the one submitting the smart action).

The issue that you are having is that the initial form submission is larger than the max body size in our server.

I asked the performance team, and wrote a PR to increase that limit to 20mb on our side, but I’m still waiting for my coworkers to review and merge it.

It should be done tomorrow