Faces/People Page not loading all thumbnails
I'm facing an issue with the Faces overview page where it does not show all of the thumbnails consistently.
I see a ton of the empty boxes with the question mark in it, but if I click on one, it opens up the person's page and there is a thumbnail (see second image). And then if I click back (or even refresh on the overview page), there are different faces that show thumbnails and different ones that don't. I finished running the facial recognition job and the thumbnail job.


5 Replies
hmm, strange, if you go into one of the question mark face and choose a different thumbnail, would it work?
Yes, any of these missing ones, once I click on them, I can see a thumbnail on their individual pages.

And then when I go back, some (or all as in this case) do load:

And then I just refreshed the page and see this:

You know, I just had a thought that maybe it's my reverse proxy causing the issue? I just logged in using the local IP and it's working as expected.
I figured it out. I have traefik setup as my RP and had a middle-ware configured:
middlewares-rate-limit:
rateLimit:
average: 100
burst: 50
Once I disabled that, it started working fine.