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
I am encountering an issue where the next_page_token in the query parameters is returning None. This is affecting pagination in my API calls. Below are the details:
This also applies to Page Increment pagination, in my case I'm injecting next_page_token into the path and it's always None. I haven't been able to find a workaround (none of the workarounds in #40697 worked for me), and it makes my connector completely unusable.
Topic
Connector-Builder-Ui
Relevant information
I am encountering an issue where the next_page_token in the query parameters is returning None. This is affecting pagination in my API calls. Below are the details:
Manifest.yaml
But when I passed cursor in check parameter and you can see value is generated
but next_page_token is not working
The text was updated successfully, but these errors were encountered: