UCS + nextcloud > /nextcloud/.well-known/caldav not reachable

Hi,

due to some reason the apache in the nextcloud docker returns “404 Not Found” when I try to reach the URL /nextcloud/.well-known/caldav. I checked the.htaccess that has been delivered in /var/www/html and it looks normal as it contains the specific entries

  RewriteRule ^\.well-known/carddav /remote.php/dav/ [R=301,L]
  RewriteRule ^\.well-known/caldav /remote.php/dav/ [R=301,L]

The apache log in the docker container gives the error 405

"PROPFIND /.well-known/caldav HTTP/1.1" 405 588 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0"

What might be the problem?

Thx!

Andy

Hi,

looks like this Problem here: https://github.com/nextcloud/server/issues/11787

best regards
bytemine GmbH

So it must be a general issue that happens to all nextcloud installations on all UCS?

Andy