Replies: 2 comments
-
I have the same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is also happening to me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When looking at the unassigned faces (Photos → People → Scroll Down, Click Unassigned Faces), for me it looks like this:
I see two 404s in the network tab. One when requesting
https://nextcloud.url/remote.php/dav/files/heyarne/Photos
(the fotos are all inPictures
), and one when requestinghttps://nextcloud.url/apps/theming/image/background?v=45
(no idea where this is coming from).Clicking on any one of the grey boxes, the overlay opens but loads indefinitely. There's a DAV PROPFIND request that is being sent, for example to
https://nextcloud.url/remote.php/dav/files/heyarne/Pictures/Found/skateboarding%20in%20the%2080ies.jpg
. There's a status response that seems fine and one for the exif metadata that says it can't be found (if I read the response correctly):Request:
Response:
When clicking on the download button in the overlay, the following messages appear in the browser console:
Any idea why the photos are not loaded? The assigned faces work fine!
Beta Was this translation helpful? Give feedback.
All reactions