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] Can't start at page 0 of an api response #1165

Open
daubers opened this issue Feb 25, 2025 · 0 comments
Open

[Bug] Can't start at page 0 of an api response #1165

daubers opened this issue Feb 25, 2025 · 0 comments

Comments

@daubers
Copy link

daubers commented Feb 25, 2025

Describe the bug

I'm working with the AudioBookStore API ( https://api.audiobookshelf.org/#get-your-listening-sessions ), and the responses are paginated using pages. The first page to this is page 0 instead of page 1.

When I try and set the initial page to page 0, it won't let me and forces me to use 1.

Steps to reproduce

Create an Inifnity datasource
Create a new dashboard and create a graph
Add the datasource, and then set pagination type to pages
Try and set page field, field value to 0. It will only allow a minimum of 1

Note: bugs will be fixed only if enough information provided to reproduce the issue

Version Details:

  • Grafana version : Grafana v11.4.0 (b58701869e)
  • Plugin version : 3.0.0-beta.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant