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

[BUG] ref to next set of packages is off by 50 #60

Open
peterbarendse opened this issue Aug 27, 2020 · 2 comments
Open

[BUG] ref to next set of packages is off by 50 #60

peterbarendse opened this issue Aug 27, 2020 · 2 comments

Comments

@peterbarendse
Copy link

peterbarendse commented Aug 27, 2020

We might have encountered a bug in the Chocolatey.server (Simple).

When you open the package layout ( https://yourchocoserver/chocolatey/Packages) and you have more then 50 packages in your feed, it shows the following link on the 2nd last line

<link rel="next" href=" https://yourchocoserver/chocolatey/Packages?$skip=100" />

As you can see, that link tries to skip the first 100 packages, but only 50 packages are shown.. so we kind of miss out on the 50 packages in between.

Can this be resolved? We would like to use this link rel to create a user friendly overview page for our users.

@ferventcoder
Copy link
Contributor

That could def be a bug. Interesting as it doesn't seem to affect choco and other official tools.

@peterbarendse
Copy link
Author

Thanks for your feedback. Can we expect this to be solved any time soon? Otherwise we need to build a workaround ourselves.

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

No branches or pull requests

2 participants