#413 Large Payload in functions error
26 messages · Page 1 of 1 (latest)
are you on cloud or self hosting?
you're trying to execute a function passing in 10k objects in the body?
yes cloud functions, how to fix
don't send that much data
Suppose I have a database to work with and I need to process thois econtacts via functions. Any idea?
*contacts
if you need to send something that large, it should be a file and not trying to upload a gigantic JSON body.
however, a better approach would be to break it down and process it chunk by chunk
how big is the actual JSON payload?
Are you saying that many objects or that many bytes?
I'm asking for bytes