I have a nextcloud instance 31.0.2 and have an error regading my setup:
- Transactional File Locking is disabled. This is not a a supported configuraton. It may lead to difficult to isolate problems including file corruption. Please remove the
'filelocking.enabled' => false
configuration entry from yourconfig.php
to avoid these problems. For more details see the documentation.
If i remove the line filelocking.enabled from my config i am unable to upload or download any files.
Do you have some suggestions on how can i have filelocking enabled and still upload and download files?
Thanks