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

--resolve-datasources only resolves the first 25 datasources #127

Open
johnjenkins opened this issue Oct 18, 2024 · 0 comments
Open

--resolve-datasources only resolves the first 25 datasources #127

johnjenkins opened this issue Oct 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@johnjenkins
Copy link

johnjenkins commented Oct 18, 2024

Current behavior:

--resolve-datasources ( merged into 3.35.0 via #90) only resolves the first 25 datasources

Expected behavior:

--resolve-datasources should get fetch all datasources

Steps to reproduce:

Add 26 datasources to space and call storyblok pull-components --rd --space=YOUR_ID < only the first 25 will be fetched

The underlaying /datasource management api endpoint is paginated - I think a ?per_page=1000 to fix this issue

Other information:

@johnjenkins johnjenkins added the bug Something isn't working label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant