RVR-RCT-102
- 1 Minute to read
- Print
- DarkLight
- PDF
RVR-RCT-102
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Issue Summary
- The error "Invalid pagination request Error Code: RVR-RCT-102" indicates that there is a problem with the configuration of the pagination in a REST action using Rivery. This typically occurs when the pagination parameters are incorrectly set, causing the API requests to fail as the data source cannot correctly continue fetching segments of data.
- Potential causes can include incorrect setup of offset or page keys, the absence of necessary parameters in responses for "Paginate By Next page in Response" method, or misalignment in expected and provided response structures.
Action Steps:
- Review Pagination Method: Ensure that the correct pagination method is selected. Rivery offers several pagination options such as "No Pagination", "Paginate by Offset", "Paginate By Page", and "Paginate By Next page in Response"【4:0†source】【4:6†source】.
- Check Configuration Parameters:
- For "Paginate by Offset," confirm that both
Limit
andOffset
keys are specified correctly. Verify that the offset starts at the right position and increments correctly【4:0†source】【4:6†source】. - For "Paginate By Next page in Response," ensure there’s a correct setup for the response keys that determine the next page【4:2†source】【4:15†source】.
- For "Paginate by Offset," confirm that both
- API Response Examination: Check if the API response includes elements necessary for pagination, such as
next_cursor
or a similar key if using "Paginate By Next page in Response." Also, ensure that these elements are correctly mapped into the request for the next page【4:15†source】. - Debug Rivery Setup: Use the "Test Rest Action" feature in Rivery to verify the API calls and check if correct responses are being returned【4:19†source】.
- Check Documentation: Cross-reference your current setup against the API documentation for the external service to ensure compatibility with the pagination logic being implemented.
External References:
- Refer to Rivery Pagination Documentation for detailed guidelines on setting up pagination.
- Consult the specific API documentation being integrated for further details on supported pagination approaches and necessary response structures.
If the issue persists or you need further assistance, please open a ticket with Rivery support.
Was this article helpful?