occ files:scan-app-data and OCP\Files\GenericFileException #5905
Unanswered
KOCTET-SPB
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I start creating a preview via occ preview:generate-all there are several errors [OCP\Files\GenericFileException]
How can they be fixed?
Found it here https://github.com/nextcloud/previewgenerator/issues/408#issuecomment-1665769320 what you need Update the AppData folder in DB:
sudo mysql
USE nextcloud;
DELETE FROM oc_filecache WHERE path LIKE "appdata_[$instanceId]/preview/%";
How can this be done in the case of Nextcloud AIO?
Beta Was this translation helpful? Give feedback.
All reactions