Can't do page turn in Kibana

Elastic Stack v8.13.3
Kibana v8.13.3
I have seventy-five services but I can't do page turn in APM, which makes me very upset
When I click on the next page, the second page or the third page, I did not turn the page correctly, but continued to stay on the first page. I observed the url and kept showing page=0
Please help me, this is important to me

Hi @arT1 , What happens when you manually change the page in the URL (e.g., page=1, page=2) to see if pagination works that way and isolate the issue?

hi Alex Salgado!
When I manually change the page parameter in the URL (e.g., page=1, page=2, or pagesize=100), the operation occasionally succeeds and other times fails.If this fails, the URL automatically changes to page=0.
I looked at kibana's log and found no errors related to it. So I think this may be a problem with the front-end or kibana's advanced Settings.
I opened Google's developer tools and found no useful information either

Hello,

As per the limit we see 10/25/50, i agree we can keep pagesize as 100 as well but could you please try page=1&pageSize=50 then page=2&pageSize=50 if this option works everytime? This is not the solution but wanted to know if this works everytime or intermittently.

Thanks!!

Hello,
Yes, kibana limits display per page to 10/25/50 and I tried pageSize=100 just to see all the services. I also tried page=1&pageSize=50 and page=2&pageSize=50, but it didn't work all the time, it worked intermittently.