Reference
FUNCTION_RESPONSE_PAYLOAD_TOO_LARGE
The function returned a response that is too large. This is a function error.Table of Contents
The FUNCTION_RESPONSE_PAYLOAD_TOO_LARGE
error occurs when the function returned a response that exceeds the maximum allowed size of 4.5 MB.
500
FUNCTION_RESPONSE_PAYLOAD_TOO_LARGE
Response Payload Too Large
To troubleshoot this error, follow these steps:
- Review response payload size: Check the size of the response payload being returned by the function to ensure it's within the allowed limits, and does not exceed the limit of 4.5 MB
- Reduce response payload size: If possible, reduce the size of the response payload being returned by the function
Last updated on July 24, 2024
Was this helpful?