-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All media has issues to load all photos #2143
Comments
Closing. Feel free to reopen with reliable reproduction steps. |
I can reproduce this issue consequently on 28.0.2 (photos 2.4.0).
Observed: Some photos don't load, see images. Scrolling past them a bit (I suspect to a point they would be unloaded by browser) and then back they likely will have loaded, but just waiting does not make them appear. Sometimes this manifests in that the thumbnail stays as the 64px version rather than "upgrading" to 512x512, instead of not appearing at all. The amount of missing or low res thumbnails increases with scroll speed, in general (to a point). Some images showcasing the issue (contains all observed outcomes; missing thumbnail both with filename and not, previews stuck at 64px - and fully loaded).Clicking on them does bring up the "full scale" preview. I looked trough the network log to debug it a little and it seems the resource is not requested at all:
In essence, none of 200, 404 or 503 requests contained the missing thumbnail, indicating its not even requested. Problem does not appear of one scrolls very slowly. I found no combination of reverse proxy, apache (event, fcgi) or php-fpm configurations that would remove the issue, but Im not an expert in reverse prox - la(m)p stack. The setup used by the aio is probably also troubled, but I use a different reverse proxy. Hence I suspect the problem lies in the photos app. Tested on both Firefox and edge (both on linux). No logs appear in neither php errorlog or slowlog, apache errorlog, or nextcloud logs (level warn). Let me know if you want configuration details, or me to test something. |
I did some more testing: I can not reproduce the issue on a test-instance I spun up using a turnkey nextcloud lxc container, and the difference there is that it does not seem to use php-fpm. That made me suspect that maybe php-fpm is the culprit after all, so I played around some more with my main instance, and switching php-fpm to I'll see if I can spin up the official docker image to see if the issue exists there, but since it uses. I'm not sure if this is some interaction specific to nextcloud:php-fpm or if its unrelated to nextcloud (fully a php8.1 issue) |
I don't know what changed (server was left untouched except for NC update) but I can no longer reproduce this on NC 28.0.4. I believe this can be closed. Sorry for the noise! |
Same issue here, nextcloud 29.0.0 , php 8.3 , on gentoo Scrolling through images, seems some are not loaded at all. (don't see any rejected or otherwise not working requests,..) When scrolling back up, some of the previously shown images are gone as well... whole things feels pretty random. |
see below
latest master/28beta4+
The text was updated successfully, but these errors were encountered: