Replies: 9 comments
|
I have the same problem. |
|
It is also happening to me. |
|
Same Problem here. |
|
I have the same problem. |
|
same here also on newest versions, but with nextcloud hub container from linuxserver, |
|
seems to be a bug. in my case the vue.js app seems to crash on the result the server sends. |
|
We are aware of this issue. If someone would like to work on it by contributing a fix to the photos app this would be much appreciated. We are currently not prioritizing work on recognize because of other obligations and the impending rewrite in python. This will hopefully change in the future. |
|
I cleared and reset everything via the cli and a recrawl helped.
The people picker under the default nextcloud photo menu doesn't work with memories and or shows different preferred faces of the persons. Opening a person doesn't show anything but memories works.
For now...
…-------- Original Message --------
On 15/07/2025 16:25, Matthias Leimbach wrote:
seems to be a bug.
go thte smae problem and was searching for a solution and found this discussion.
in my case the vue.js app seems to crash on the result the server sends.
Can this be escalated as a bug ?
—
Reply to this email directly, [view it on GitHub](#1114 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ACZ6XYGZNL3HIUW56GEX2YL3IUFMNAVCNFSM6AAAAABR3UMSGSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNZWGU2TOMI).
You are receiving this because you commented.Message ID: ***@***.***>
|

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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!
All reactions