|
warning I asked AI how to solve this, but the solutions it gave were of little use. Now, when I upload images in batches, some images fail to upload. |
Answered by
ildyria
Mar 10, 2026
Replies: 3 comments 7 replies
|
What kind of setup are you using ? |
2 replies
|
docker。 Moreover, there is currently another issue where the names of certain specific photos are changed to DLAF after uploading. |
2 replies
|
latest. The issue with DLAF has been resolved. Currently, after batch uploading photos, when I sort them by title in ascending order, the photos are not sorted accordingly but are in a random order, such as 1-8-15. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is more clear. The reason it is messed up is because you are hitting the pagination limit. there are two types of sorting for titles: in the database and natural in server execution.
When doing the natural sorting, if you do not have all the elements, you will have an random output from the DB which is then sorted. However with the pagination limit you will see the behaviour highligted.
There are no real fix to your issue aside from: