RVR-RCT-103
  • 1 Minute to read
  • Dark
    Light
  • PDF

RVR-RCT-103

  • Dark
    Light
  • PDF

Article summary

  1. Issue Summary

    • You are encountering the error "Invalid pagination request" with Error Code: RVR-RCT-103 while using the Rest Action Connector in Rivery. This issue indicates a problem with how pagination is configured in your API request. Pagination is used to manage large sets of data by splitting them into smaller, more manageable chunks.
  2. Action Steps:

    • Review Pagination Configuration:
      Ensure that the pagination settings in your Rest Action are configured correctly. Rivery supports several pagination methods:
      • Paginate by Offset: Uses 'limit' and 'offset' parameters to fetch specific data pages. Check if the offset key and starting point in the API call are correctly configured【4:0†source】.
      • Paginate by Page: Involves specifying a page number. Ensure the page key (often 'page') is correct and the page_value variable is properly set up【4:3†source】.
      • Next Page in Response: This method relies on the API response to determine the next page. Confirm that the key for the next page is correctly identified in the API response and the required parameter for the next request is set up【4:19†source】.
    • Consult API Documentation:
      Double-check the API documentation for specific pagination parameters and ensure they align with your setup in Rivery. Incorrect or unsupported pagination parameters can trigger errors.
    • Test Connection:
      Always ensure that the API connection is successfully tested and operational. Any connection issues can lead to erroneous pagination settings becoming apparent.
  3. External References:

    • For more detailed guidance on configuring pagination in Rivery, refer to the Pagination Options in REST API documentation on Rivery's official site【4:10†source】.

If the issue persists or you need further assistance, please open a ticket with Rivery support.


Was this article helpful?

What's Next