The new Social app

it is warning me that
" .well-known/webfinger isn’t properly set up!"

I have these lines in my root .htaccess file:

RewriteEngine on

RewriteRule ^\.well-known/webfinger /cloud/public.php?service=webfinger [QSA,L]

Have you already tried to use the search function of this forum before you’ve opened this new thread? :wink:

https://help.nextcloud.com/search?q=.well-known%2Fwebfinger

I did and found nothing.

I decided to try Google instead and found some ideas.

I’ve changed the .htaccess line to this:
RewriteRule ^\.well-known/webfinger https://%{SERVER_NAME}/cloud/public.php?service=webfinger [QSA,L]

The warning message has gone away, but the Social app still seems totally broken