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

Fix issue with limit duplication leading to errors #204

Merged
merged 1 commit into from
Oct 11, 2023

Commits on Oct 11, 2023

  1. Fix issue with limit duplication leading to errors

    [this
    commit](dc75bc9)
    introduced a default limit in the client. However, the limit is also
    present in the URL. That leads to the 2nd and subsequent pages failing
    due to passing `limit=X&limit=X`. That is interpreted as an array by the
    server, and will fail with a client error.
    
    The fix checks the URL for the limit, and avoids the duplication if
    present.
    garethr committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c415757 View commit details
    Browse the repository at this point in the history