NC29 setup warnings well-known and other

Just updated to 29.0.8 with a hope to see a green checkmark :slight_smile: , but all warning are still there :frowning: . Hope for resolution in the next version.
Is there new bug for this issue, because 45003 is marked closed.

The patch didn’t make it into 29.0.8, but is already merged for 29.0.9 which is planned for 2024-11-07.

1 Like

same problem too…

but i’m change .htaccess to httpd.conf and warning is all clear now in my system.

System
Next Cloud 29.0.8
FreeBSD 14.1
Apache 2.4.62
PHP 8.2.24

add httpd.conf this comment.

Redirect 301 /.well-known/carddav /nextcloud/remote.php/dav
Redirect 301 /.well-known/caldav /nextcloud/remote.php/dav
Redirect 301 /.well-known/webfinger /nextcloud/index.php/.well-known/webfinger
Redirect 301 /.well-known/nodeinfo /nextcloud/index.php/.well-known/nodeinfo

Today I’m update to 30.0.1

But .htaccess is not work. same problem too…

(Add comment in httpd.conf is work)

See the note about normalizing the paths in the service discovery section: General troubleshooting — Nextcloud latest Administration Manual latest documentation

If you install nextcloud in a subdirectory, an additional configuration is required for the service discovery / wll-known redirects to work.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.