Closed supr4s closed 3 months ago
We had a recent fix for this in server, could you try the following patch to see if that solves it? https://github.com/nextcloud/server/pull/46679
Hi @juliushaertl ,
I've applied the fix and can confirm that everything now works! Thanks a lot!
Describe the bug
Hello everyone,
This problem suddenly appeared two weeks ago, although it's been running for almost a year without any problems. An anonymous user, with whom we have shared a file from an SMB network drive, can no longer modify a document via Collabora: “The document could not be saved, please check your rights”.
To Reproduce
Generate an external link from a word/excel file located on an SMB network drive (in our case, an SMB network drive mounted on a Windows server).
Give this share link modification authorization
Access it from an external user (anonymous, who doesn't have an account on the platform) => each time you want to save a document => "The document could not be saved, please check your rights"
Expected behavior
Ability to save recordings made by an anonymous user.
Server details
Operating system:
Debian 12
Web server:
Nginx 1.22
Database:
MySQL 5.8
PHP version:
PHP 8.2
Configuration of the richdocuments app
Nextcloud log (data/nextcloud.log)
I always get this message in the Nextcloud logs whenever the error message appears
And Collabora container :
Actions taken before opening the exit :
Check that I have no error messages on the Nextcloud admin panel
Nextcloud is based on v28, I upgraded it to 29.0.4 => same problem
Delete then re-install the Rich office Nextcloud app.
Total purge of the Collabora container to start again from scratch
Restart web service (PHP, Nginx) and try from a browser in private navigation => same problem
Interesting things:
The problem does not recur if the document is not located on the SMB drive.
Problem appeared suddenly .
If anyone has any ideas, I'll take it ..