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
If I try to check manually the configuration (redirection) is ok. I'm using Traefik as reverse proxy.
Right now my solution is to skip this checks with occ config:system:set check_for_working_wellknown_setup --value=false but I would like to have the checks working.
The .well-known check tries to check at https://my.domain.com/.well-known/carddav when my installation is behind a proxy at https://my.domain.com/nextcloud, it should make the request to https://my.domain.com/nextcloud/.well-known/carddav.
If I try to check manually the configuration (redirection) is ok. I'm using Traefik as reverse proxy.
Right now my solution is to skip this checks with
occ config:system:set check_for_working_wellknown_setup --value=false
but I would like to have the checks working.It looks like the issue is that the URLs at https://github.com/nextcloud/server/blob/master/settings/js/admin.js#L251 are hard coded.
The text was updated successfully, but these errors were encountered: