OC version - master branch on 03.09.2023
If there are more than 10 files in a single folder with images, an unpleasant pagination problem occurs.
HOW TO REPRODUCE
- Create any folder (for example "test") in the /image/catalog/
- Place 30-50 image files (for example, JPG) in the created folder.
- In the admin panel, try adding an image for any product or category by selecting an image from the folder we created.
- Look at the behavior of Image Manager.
This bug behaves differently on Linux and Windows servers (in both cases, Apache + PHP 8.1).
- On Linux, it adds several rows of images with each subsequent page.
- On Windows, the first pages are generally blank, images are visible starting from the 4th page. Further as on Linux: it adds several rows of images with each subsequent page.
Somewhere on page 7-8, all images from the folder are on the same page.
Does anyone know how to properly fix this issue?

OC version - master branch on 03.09.2023
If there are more than 10 files in a single folder with images, an unpleasant pagination problem occurs.
HOW TO REPRODUCE
This bug behaves differently on Linux and Windows servers (in both cases, Apache + PHP 8.1).
Somewhere on page 7-8, all images from the folder are on the same page.
Does anyone know how to properly fix this issue?