You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTP request returned status code 500:
{
"errorCode" : "error",
"errorId" : "9940463abf9b1a1e",
"message" : "An error occurred processing your request",
(truncated...).
Note that the nextPageUrl contains statuses, fromCreatedDate, toCreatedDate. If I remove them and just keep the cursor parameter, it works. Is it this intended and safe to remove those parameters for pagination request?
The text was updated successfully, but these errors were encountered:
When I tried to use the
nextPageLink
retrieved from the first request for the next pagination request, 500 error response received.Sample request code,
Response:
Note that the nextPageUrl contains statuses, fromCreatedDate, toCreatedDate. If I remove them and just keep the
cursor
parameter, it works. Is it this intended and safe to remove those parameters for pagination request?The text was updated successfully, but these errors were encountered: