matiasdelellis / facerecognition

Nextcloud app that implement a basic facial recognition system.
GNU Affero General Public License v3.0
500 stars 45 forks source link

Admin and Personal UI broken after update to Netxcloud 28 #720

Closed mostofthetime closed 4 months ago

mostofthetime commented 4 months ago

Hi, face recognition should work fine. But after upgrade to nextcloud 28 the UI in the Administrator and Personal Tab are broken.

After a test without docker with a fresh installation of nextcloud 28.0.2 on a debian 12 and PHP 8.2, the UI ist broken too. I can't see any errors in logs (nginx, nextcloud, backround task)

Is there a workaround to set the settings with occ?

Server configuration

nc28_02 nc28_01

mostofthetime commented 4 months ago

I have found the issue. After upgrading to nc28 the prermission on the folder custom_apps was changed. In the new installation the right permission was also wrong. After the change to the right permission the UI is working