-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
native WebDAV connection to NC on OS X fails #1237
Comments
Looks related to this |
Yes, it looks the same. I tried this patch but without success: #797 |
Ok, this works 👍 It's not very fast and the connection is a bit buggy. And it searches for non-existant files, e.g.
and for each file it seems to look for a temporary file by default (file.ext):
Ubuntu doesn't do that and it is much faster. So we probably can't blame nextcloud for it... |
Welcome to the world of OS X. This is just Finder being a silly WebDAV client. See also http://sabre.io/dav/clients/finder/#excessive-requests |
Steps to reproduce
Expected behaviour
Should be possible to connect.
Actual behaviour
Connection is not established ("there was an error connecting to this server myhost.example.org").
Server configuration
Operating system: Debian 8
Web server: Apache
Database: Maria-DB
PHP version: 7.0 (from dotdeb)
Nextcloud version: 10.0
Updated from an older Nextcloud/ownCloud or fresh install: Update from 9.0.53
Where did you install Nextcloud from: manually
List of activated apps:
The content of config/config.php:
Config report
Are you using external storage, if yes which one: no
Are you using encryption: no
Are you using an external user-backend, if yes which one: IMAP
Client configuration
Operating system: Native WebDAV on OS X 10.9
Logs
Web server error log
Web server error log
I thought it might be related to the short-urls that I decided to use, so I undid this. Furthermore I used a system user instead of an IMAP-user (perhaps the
@
-symbol).Web server error log
Interestingly, I manage to connect via webdav from the same client to setups of OC 8.2.7 and 9.1.1RC1. There are more reports on this issue with other OS X versions and NC 9.0 and NC 10:
https://help.nextcloud.com/t/nextcloud-with-webdav-with-finder-on-os-x-10-11/2748
and
Connection to demo.owncloud.org works, demo.nextcloud.com doesn't!
The text was updated successfully, but these errors were encountered: