We've seen this bug on our site running Drupal 10.4.5.
First there was no "more link" displayed at all. That was fixed by applying the change from #7 in https://www.drupal.org/project/drupal/issues/3481310 ๐ฑ "Some" Pager Plugin and [view:total-rows] Regression Issue Active and clearing Drupal's caches.
Then we found that for authenticated users the "more link" only showed the first time they viewed the page. When they revisited the page (or used F5 to refresh the page), the "more link" was not displayed. (The "more link" displayed correctly every time for anonymous users.)
After applying the patch from #79 ๐ More link disappears when time-based views cache is enabled Needs work , the "more link" displays correctly every time, for both anonymous and authenticated users.
- ๐ฆ๐บAustralia acbramley
I agree with #108 here, given we will eventually have a generic revision UI, node shouldn't really be doing its own thing with a view. We'd then need a view for every revisionable entity type, and then any non-core entity type would need to implement its own view otherwise the revisions UX would be different - this is bad for editors.
This doesn't seem like something core should support IMO, it could be something explored in contrib.
I'm inclined to set this to won't fix, but given the history here I want to see what others think.