Closed luxmargos closed 1 month ago
loglevel
to the default (2
)?This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions.
⚠️ This issue respects the following points: ⚠️
Bug description
I encountered an issue after upgrading to Nextcloud 28.0.1, which persisted even after updating to 28.0.2.RC5.
The internal storage owned by the user works well, with no problems in syncing.
However, when I try to create a file or folder in External Storage, I receive an error message. In the web browser, it shows a 403 error with the message 'Unable to create new file from template'. On the desktop, the NextCloud sync also fails; downloading is possible, but writing is not.
I checked the NextCloud log and found an error labeled 'OCP\Files\NotPermittedException'.
The permissions for the external storage appear to be correctly set, as shown below:
chown -R www-data:www-data MY_EXTERNAL_STORAGE chmod -R 770 MY_EXTERNAL_STORAGE
Creating a folder via the terminal works without issues:
sudo -u www-data mkdir MY_EXTERNAL_STORAGE/MyFolder
Additionally, there are no SELinux issues.
The external storage is located on the same drive as the NextCloud data folder, and there is ample disk space.
I find this problem quite peculiar.
Steps to reproduce
Expected behavior
Writing files and folders to the external storage folder without encountering any errors.
Installation method
Community Manual installation with Archive
Nextcloud Server version
28
Operating system
RHEL/CentOS
PHP engine version
PHP 8.3
Web server
Nginx
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 22 to 23)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
Additional info
No response