Fix a misleading setup check for .well-known/caldav & carddav#11733
Fix a misleading setup check for .well-known/caldav & carddav#11733ChristophWurst merged 1 commit intomasterfrom
Conversation
The problem is that the version without the slash is the correct one. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
This is basically a problem of the current Nginx config, nevertheless should it be a check on the URL without the slash only, because in our current |
|
I just checked and this is the needed URL: |
I was wrong on this one - it's only the Nginx config, which is still correct. We should add this to the release notes or should we put it into the releases this week? |
|
@tflidd @rakekniven JFYI: If there is a report about "Your web server is not properly set up to resolve '/.well-known/caldav'" (or |
rullzer
left a comment
There was a problem hiding this comment.
Nice catch. RFC should be followed here.
|
Backport PRs are open now. |
The problem is that the version without the slash is the correct one.
Caused by the fix of the check: #11411
I would also vote to get this into the 14.0.2 and 13.0.7 releases because otherwise everyone gets this error message which is plain wrong. :/