MacOS + NC 11 Issues

Hello. I’m trying to migrate from OC 8.2 to NC 11 (parallel install and forklift data – I don’t have a lot).

NC is very nice and a significant improvement, however when enabling the Contact / Calendar apps, I’m having a bit of trouble connecting from MacOS Contacts / Calendar using the prescribed URLs:

https://nextcloud.domain:11443/remote.php/dav/principals/users/name%40domain/

Getting “Unable to verify account name or password”.

This worked find with OC, not sure if there’s anything that needs to be done differently, however wasn’t able to find any docs / info. Has anyone got this to work?

I just solved my own problem. .htaccess support wasn’t enabled on in my apache config. All is good now.

 <Directory /var/www/html/nextcloud>
     **AllowOverride All**
  </Directory>