You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you using external storage, if yes which one: local/smb/sftp/...
no Are you using encryption: yes/no
no Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
no
Steps to reproduce
Expected behaviour
All three urls should be identical in $scheme://$host/remote.php/..., only the ending should differ
Actual behaviour
contacts and calendar show the actual url, files somehow takes the 'overwritehost' setting
Example:
https://domain.tld/remote.php/webdav
https://www.domain.tld/remote.php/dav/principals/users/username/
Server configuration
Operating system: Debian Jessie
Nextcloud version: Nextcloud 9.0.53 (stable)**
Web server: nginx/1.6.2
server config
server {
server_name domain.tld;
listen *:80;
listen [::]:80;
listen *:443 ssl;
listen [::]:443 ssl;
location / {
return 301 $scheme://www.domain.tld$request_uri;
}
}
Config report
Are you using external storage, if yes which one: local/smb/sftp/...
no
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
no
Client configuration
Browser:
Google Chrome 51.0.2704.106 (Official Build) (64-bit)
Operating system:
MacOSX 10.11.6
The text was updated successfully, but these errors were encountered: