While Access the application for some User we are getting these error.
GraphQL error: Response must not exceed 5242880 bytes in size.
GraphQL error: The underlying service call timed out
Can someone helps us to resolve this issue?
While Access the application for some User we are getting these error.
GraphQL error: Response must not exceed 5242880 bytes in size.
GraphQL error: The underlying service call timed out
Can someone helps us to resolve this issue?
Hello @RAJATJADON,
The error is actually pretty explicit: the response of your GraphQL call is too big.
You need to find a way to reduce its size. In our case, we did: