Is there a payload limit for the Forge resolver?

Hello, I’m attempting to send an 800kb JSON file using the ‘invoke’ function of Forge Bridge from my custom UI, but I am receiving a 413 error from the server.
Could anyone provide some guidance?

Greetings,
I think the invoke is async so you are over the resource limit. The max payload is 200kb for async events. If you are persisting the object, the size limit is only 128KB.

See more

I’m able to send a JSON file that is 400kb. I’m also aware of the object persistence limit of 128kb per key.