Hi all,
I'm using Nextcloud in the latest version 24.0.5 on an Ubuntu server version 22.04.01 LTS.
While trying to sync, I get the following message, although Joplin (v 2.8.8 win32) tells me under Options->Syncronisation, that syncing is successful:
Error: Could not upgrade from version 0 to version 1: PUT .sync/version.txt: (Exception Sabre\DAV\Exception\Forbidden) (403): <?xml version="1.0" encoding="utf-8"?> <d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns"> <s:exception>Sabre\DAV\Exception\Forbidden</s:exception> <s:message/> </d:error>
Nextcloud log:
Warnung no app in context Sabre\DAV\Exception\NotFound: File with name /.sync/version.txt could not be located
/var/www/html/nextcloud/3rdparty/sabre/dav/lib/DAV/Tree.php - line 78:
OCA\DAV\Connector\Sabre\Directory->getChild()
/var/www/html/nextcloud/apps/dav/lib/DAV/ViewOnlyPlugin.php - line 75:
Sabre\DAV\Tree->getNodeForPath()
/var/www/html/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php - line 89:
OCA\DAV\DAV\ViewOnlyPlugin->checkViewOnly()
/var/www/html/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 472:
Sabre\DAV\Server->emit()
/var/www/html/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 253:
Sabre\DAV\Server->invokeMethod()
/var/www/html/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 321:
Sabre\DAV\Server->start()
/var/www/html/nextcloud/apps/dav/lib/Server.php - line 358:
Sabre\DAV\Server->exec()
/var/www/html/nextcloud/apps/dav/appinfo/v2/remote.php - line 35:
OCA\DAV\Server->exec()
/var/www/html/nextcloud/remote.php - line 166:
require_once("/var/www/ht ... p")
In general Webdav works with other programs.
I've read a lot and googled it, but didn't find a solution.
Any ideas, what this causes and how I could solve it?