You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added some my photos to Photos folder for testing purposes. But none of them doesn't display on my map. Even after I added .index.map to my folder with photos and started ./occ maps:scan-photos multiple times. All my photos have GPS tag and it displays in Memories app, so problem is on Maps side.
Steps to reproduce
Install Maps from Nextcloud interface
Load geotagged photos to selected folder (note: I moved it from user's root to Pictures folder with default Photos app)
Photos aren't on map
Expected behavior
Photos should appear on map
Installation method
Official Docker image
Operating system
Debian/Ubuntu
PHP engine version
Other
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install of the server?
Fresh Nextcloud Server install
Is this bug present after an update or on a fresh install of the app?
They do take a long time to appear, by default I managed to force mine to appear more quickly eventually with the workflow of:
php -f occ maps:scan-photos --now
(The above command runs out of memory for me by default so I have to add -d memory_limit=4G)
then using the "Clear photo cache" option in the UI when the above has finished and then hard-fresh the page.
The Photos will have a spinner and after "a while" it'll stop and the photos will appear in clusters on the map.
php -d memory_limit=4G -f occ maps:scan-photos --now,
"Clear photo cache" and "hard-fresh the page" (Ctrl+F5) doesn't help for me.
the map is only showing 27 of 27,820 pics (with gps).
SQL-database table oc_maps_photos is showing all pics. truncate oc_maps_photos and start again doesn't help.
I found the log entry "message": "Invalid defaultDaemonConfig data provided to provideInitialState by settings"
Bug description
I added some my photos to Photos folder for testing purposes. But none of them doesn't display on my map. Even after I added
.index.map
to my folder with photos and started./occ maps:scan-photos
multiple times. All my photos have GPS tag and it displays in Memories app, so problem is on Maps side.Steps to reproduce
Expected behavior
Photos should appear on map
Installation method
Official Docker image
Operating system
Debian/Ubuntu
PHP engine version
Other
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install of the server?
Fresh Nextcloud Server install
Is this bug present after an update or on a fresh install of the app?
Fresh Nextcloud Maps install (never installed before)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
No response
Browser Console
No response
Additional info
PHP 8.2.21
The text was updated successfully, but these errors were encountered: