Nextcloud Temlates are broken (again) #150
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm pretty sure this happened once already... How did we fix it? Just recreate them?
Why did this happen? Update?
Document fix
So, the issue was that in https://github.com/nextcloud/collectives/pull/2289 (Included in release 4.0) the collectives app changed the default save location from /Collectives to /.Collectives to hide the folder in the file view. This also moves all files to the new location. In the default serverside encryption module encryption information is stored in the db with the path as the identifier. So all files that were moved (including the templates) were unable to be decrypted.
The fix is
nextcloud-occ config:app:set --value="/Collectives" collectives default_user_foldernextcloud-occ user:setting {user} collectives user_folder /Collectivesfor each user