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

Bottom page pagination doesn't work past 10000 users in admin ui #2544

Closed
mooreds opened this issue Nov 7, 2023 · 1 comment
Closed

Bottom page pagination doesn't work past 10000 users in admin ui #2544

mooreds opened this issue Nov 7, 2023 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@mooreds
Copy link
Collaborator

mooreds commented Nov 7, 2023

Bottom page pagination doesn't work past 10000 users in admin ui

Description

In the admin UI, the bottom pagination doesn't work.

Affects versions

1.48.1

Steps to reproduce

  • log into an instance with > 10k users
  • go to admin ui
  • change num results to 500
  • click >> to go to end of results. See 9501-10000 in the bottom panel
  • click the > to go to next page

observe you are still on same page of results.

Expected behavior

Go to next page of results.

Screenshots

If applicable, add screenshots to help explain your problem.

Platform

(Please complete the following information)

  • Device: [e.g. Desktop, iPhone X, Pixel 3, etc]
  • OS: [e.g. iOS, macOS, Windows ME]
  • Browser + version [e.g. chrome, safari plus a version]
  • Database [MySQL | PostgresSQL] & and version

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.

Additional context

Was seeing this with the user manager role.

Release Notes

In 1.48.1 the ability to page past 10,000 results on the Users and Entities search pages when using the Elasticsearch engine was added. See Github Issue #494. There are two sets of pagination controls on these pages: one above and one below the results. If you paged past 10,000 results and clicked the "Next" button on the bottom controls there would be an error and the page would not advance. This has been fixed.

@lyleschemmerling lyleschemmerling self-assigned this Nov 8, 2023
@lyleschemmerling lyleschemmerling added the bug Something isn't working label Nov 8, 2023
@lyleschemmerling lyleschemmerling added this to the 1.48.2 milestone Nov 8, 2023
@lyleschemmerling lyleschemmerling added this to In progress in FusionAuth Issues Nov 8, 2023
@lyleschemmerling
Copy link

@lyleschemmerling lyleschemmerling moved this from In progress to Code complete in FusionAuth Issues Nov 13, 2023
@lyleschemmerling lyleschemmerling moved this from Code complete to Delivered in FusionAuth Issues Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
FusionAuth Issues
  
Delivered
Development

No branches or pull requests

3 participants