I have a smartphone with the Nextcloud app installed and Auto upload configured (for file backups). Earlier today, I took some photos and set the phone aside until the app was done uploading the photos.
When I visited the Nextcloud web UI later, the photos appeared in Recommended Files (on the Dashboard) and Recent (in the Files app). I could also preview the photos from there. However, I could not directly navigate to or open them from Files. The containing folders did say that they were modified recently though.
When checking the Nextcloud app, from the smartphone that took/uploaded the photos, the photos were present. When checking the Nextcloud app from a tablet (different mobile device), I could find the photos as well. When checking a different computer (via the web UI), I encountered the same issue – I could only see/preview the photos from the Dashboard.
I then checked the host filesystem, to make sure the photos were present on the server. The photos are in the expected folder, and can be previewed from the host. I also tried running
sudo docker exec -u www-data -it nextcloud php occ files:scan --all -v
to no avail. The photos are 20-30MB each, so they are a bit large. How should I go about getting them to appear in the Files app?
System Details
- Host OS: Artix OpenRC (6.10.2-artix1-1)
- Installation Method: Docker + Compose
- Database: MariaDB 10.6.18 (separate host)
- Nextcloud Version: 29.0.2
If you need more info from me, please let me know. I will do what I can to retrieve it.
EDIT: After digging around a bit, I’ve found that it’s only affected files backed up from my phone’s DCIM folder (photos and videos). No other files affected.