Reference
1 min read

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:

  1. 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
  2. Reduce response payload size: If possible, reduce the size of the response payload being returned by the function
Last updated on July 27, 2024