It seems the response from my API request payload is much in terms of size, whenever I visit the page where this response is rendered, I get this message
{
"errorMessage": "Response payload size exceeded maximum allowed payload size (6291556 bytes).",
"errorType": "Function.ResponseSizeTooLarge"
}
How am I supposed to manipulate this response to avoid this error on my NextJS application?