Payload too large
I am getting a payload too large error, directing me to this line:
const response = await api.post(operationRoute.path, superjsonArgs)
How can adjust the max payload size for uploads?
const response = await api.post(operationRoute.path, superjsonArgs)
How can adjust the max payload size for uploads?