Skip to content
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

wrong warnings after upgrade to 14.0.2 (and 14.0.3) #11825

Closed
flower1024 opened this issue Oct 14, 2018 · 3 comments
Closed

wrong warnings after upgrade to 14.0.2 (and 14.0.3) #11825

flower1024 opened this issue Oct 14, 2018 · 3 comments
Labels

Comments

@flower1024
Copy link

i recently installed nc 14.0.1 without any warnings.
after the update to 14.0.2 and 14.0.3 is see this:
Es gibt einige Warnungen bei Ihrer Systemkonfiguration.
Ihr Webserver ist nicht richtig konfiguriert um "/.well-known/caldav" aufzulösen. Weitere Informationen hierzu finden Sie in der Dokumentation.
Ihr Webserver ist nicht richtig konfiguriert um "/.well-known/carddav" aufzulösen. Weitere Informationen hierzu finden Sie in der Dokumentation.

i use carddav on android without any problems and my nginx-server redirects this locations correctly.

Expected behaviour

dont show warnings for working things :)

Actual behaviour

i see a warning although everthing works as expected

Server configuration

relevant part of my nginx conf (please ask if you need more details)
location = /.well-known/carddav {
return 301 $scheme://$host/remote.php/dav;
}

location = /.well-known/caldav {
            return 301 $scheme://$host/remote.php/dav;
    }

Operating system:
Ubuntu 18.04

Web server:
nginx

Database:
mariadb

PHP version:
7.2

Nextcloud version: (see Nextcloud admin page)
14.0.3

Updated from an older Nextcloud/ownCloud or fresh install:
updated from 14.0.1 -> 14.0.2

Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
Result: No errors have been found.

@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #11751 (14.0.2), #11807 (News app stopped working after update to 14.0.3), #2645 (Translation Issue after upgrading to 10.0.2), #11784 (14.0.3), and #5238 (Cant sync - Precondition failed after upgrade from 11.0.2 to 12.0).

@MorrisJobke
Copy link
Member

See #11787 (comment)

@MorrisJobke
Copy link
Member

Duplicate of #11787

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants