Hi all
I figured the exact same problem. Originally installed NC 12.0.0, then updated to NC 12.0.1, but was not able to connect to the CARDdav service with the URL mentioned in app contacts/settings, which is:
https://YOUR_DOMAIN:YOUR:PORT/remote.php/dav/addressbooks/users/YOUR_USERNAME/contacts/
Since I could successfully connect to my CALdav service, which shows a slightly different URL setup like this:
https://YOUR_DOMAIN:YOUR_PORT/remote.php/dav/principals/users/YOUR_USERNAME/
I tried that URL with my CARDdav service - and guess what? It works
This should be the way to go:
- Create an app password
- Configure your carddav client to using a URL like the following:
https://YOUR_DOMAIN:YOUR_PORT/remote.php/dav/principals/users/YOUR_USERNAME/ - Use the username/password you setup in step 1.
- You should be good to go
And since user @cbrace asked for an info if 12.0.1 has a working caldav and carddav service:
At my site, with the “fix” mentioned above, both services successfully work.