InfluxDB UI buckets paging limit 100?

Hello
I’m using InfluxDB v2 in version v2.7.4 (but the same problem was in the previous version).
The problem is that I can only see 100 buckets with paging 10. The buckets are sorted by the name. When trying to create a bucket with the name starting from the end of alphabet - it is being created but giving me an error that it already exists. It is not being displayed in the UI and I cannot create API key for this bucket as it is simply not showing.
When I use influx cli I’m able to cee and manage those buckets.
I can also see them using Flux queries.
When adding to Grafana - it is giving me an error that it cannot be found. I guess same issue is on the API side.
Is there any workaround or configuration which can be adjusted to show all buckets in the UI and not only 100 (10 pages)?

@arek Looking at the API spec, 100 may be the maximum limit for listing buckets via the HTTP API.

OK- thank you for mentioning this.
Not sure why it also applies to the Web UI - I guess it is using API for the call but there is also possible to have pagination

Hello
InfluxDB v2.7.7Server: e9e0f74Frontend: 9d25a2f

I have 117 buckets. If I query those buckets with buckets() in the explorer I can see all of the. How do I get to see all the buckets in the list under? Is there a configuration option I can change/ Will this be fixed at some point?

Thank you

@yo_kobus This is a limit of the InfluxDB API. There is a UI issue related to this, but the InfluxDB buckets API is actually where the update would have to happen. You may consider submitting a feature request to the InfluxDB repo to change the limit on the number of buckets you can retrieve from the API.

Thank you for the reply, but what are the recommended steps in the meantime?