Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[connector-builder] next_page_token in query parameters returns None #46687

Open
avirajsingh7 opened this issue Oct 9, 2024 · 3 comments
Open

Comments

@avirajsingh7
Copy link
Contributor

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

Screenshot 2024-10-09 at 11 52 43 PM

But when I passed cursor in check parameter and you can see value is generated
but next_page_token is not working

Screenshot 2024-10-07 at 6 58 03 PM
Screenshot 2024-10-07 at 7 00 24 PM

@justbeez
Copy link
Contributor

@avirajsingh7 I ran into the same thing. I think this is related to issue #40697

My comment on that issue has a workaround:
#40697 (comment)

@natikgadzhi
Copy link
Contributor

Thank you for the issue and the comments. @maxi297 heads up, I'd like to add this to our P1 oncology queue so that we can address this.

@William-Whelan
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants