/admin/users/list/active?order=created broken pagination?

https://example/admin/users/list/active?order=created on one forum shows a gap between 27 and 50 days ago. I checked in Rails and there are users created then. I can search by username and find them.

That place where the missing data is appears to be when a new page of data gets loaded. Maybe it’s not loading in the right page, or is skipping one?

Yeah. I reloaded the page, and scrolled down and this time the second chunk started at 76 days (not 50). And another forum has a similar large skip when the second page loads in.

In the network tab, I see that it’s loading the right pages, but apparently the front end isn’t displaying them? It looks like the data do get downloaded but that they are skipped rather than displayed.