Closed BastiTee closed 6 years ago
Stuff I tried after initially filing issue without any change to the problem described:
files_external
app. https://anotherdomain.com/remote.php/webdav/
. sudo -u www-data php occ files:scan --all
. I found the reason. Apparently the username-part used in the WebDAV path of the request is now case-sensitive. On the file system my account's subfolder was /files/Username/ even though I login with 'username' all-lowercase all the time. The casing was not relevant for the client-connection in NX11.
Steps to reproduce
Prerequisite: I have a self-hosted nextcloud instance running, that is accessible via files.mydomain.com and anotherdomain.com. I was using the command-line calls as described below for many weeks without problems. After upgrading from NC 11 to NC 13 via NC 12, the command line clients don't download any files anymore. The GUI clients still work, including an Ubuntu-based Owncloud client as well as my Android client.
Steps:
Expected behaviour
All four tests should not fail, i.e., the client should download the hello-world.txt file.
Actual behaviour
Files are not downloaded. See log files:
test for domain 'files.mydomain.com' with client 'owncloudcmd': failure
test for domain 'files.mydomain.com' with client 'nextcloudcmd': failure
test for domain 'anotherdomain.com' with client 'owncloudcmd': failure
test for domain 'anotherdomain.com' with client 'nextcloudcmd': failure
Server configuration
Operating system: Ubuntu 17.10
Web server: apache2 2.4.18
Database: postgresql 9.5
PHP version: php 7.0
Nextcloud version: 13.0.0.14
Updated from an older Nextcloud/ownCloud or fresh install: Updated from 11 via 12
Where did you install Nextcloud from: https://nextcloud.com/install/ manually installed
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: local
Are you using encryption: no
Are you using an external user-backend, if yes which one: no