I definitely had these problems as I described. I tried a lot to solve them in vain.
For the webfinger you can see these threads which shows that I was not the only one having the problem.
opened 01:00PM - 09 Feb 21 UTC
closed 09:46AM - 08 Dec 21 UTC
manual: admin
On the settings, I get these warnings:
![image](https://user-images.githubuserc… ontent.com/8111200/107366380-61248780-6ade-11eb-8664-1c8b69766fe0.png)
The given link redirects me to https://docs.nextcloud.com/server/21/admin_manual/issues/general_troubleshooting.html#service-discovery, however there is only information about `.well-known/carddav` and `.well-known/caldav`, nothing about `webfinger` and `nodeinfo`.
Since I am using nginx, I was also checking the example config: https://docs.nextcloud.com/server/21/admin_manual/installation/nginx.html?highlight=nginx But nothing about `webfinger` and `nodeinfo` on a first sight. However, there were some changes: https://github.com/nextcloud/documentation/pull/5825/files
I suggest to change the landing page by mentioning the webfinger/nodeinfo being generally handled by an updated .htaccess and that nginx users might check their configuration.
NC version: NC21 RC1
webserver: nginx
Since updating to 21 or a major issue, I created the following message:
Your web server is not set up correctly to resolve “/.well-known/webfinger”. See the documentation for more information.
*Your web server is not set up correctly to resolve “/.well-known/nodeinfo”. See the documentation for more information.
I am using PHP7.4 andNginx1.14.2 , How can i solve this problem?
Thanks!
Hi All,
Sorry havn’t been back. I eventually just gave up on the nodeinfo and web finger options, wiped my server and moved back to NC20.09.
I’m not using the social app. Couldn’t get it to install even manually. Even moving back to NC 20 the social app still wouldn’t install. At this point I’m just going to wait until futher updates from 21 are available and the social app install is fixed and then give 21 a try again.
This time around I have installed NC20 as a VM on an ESXi host server so …
Hey all,
I have been running nextcloud 21 on my ubuntu 20.04.2 VM and have been running into this issue
There are some warnings regarding your setup. Your web server is not properly set up to resolve "/.well-known/webfinger". Further information can be found in the documentation. Your web server is not properly set up to resolve "/.well-known/nodeinfo". Further information can be found in the documentation. Please double check the installation guides , and check for any errors or warnings in …
https://docs.nextcloud.com/server/20/admin_manual/installation/nginx.html
opened 03:31AM - 02 Apr 20 UTC
closed 06:54PM - 04 Apr 23 UTC
Since Nextcloud makes use of a `/.well-known/webfinger` endpoint, it needs a rul… e for
```
location = /.well-known/webfinger {
return 301 $scheme://$host:$server_port/public.php?service=webfinger;
}
```
in e.g. https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/web/nginx.conf
Ref.
- https://docs.nextcloud.com/server/18/admin_manual/issues/general_troubleshooting.html#service-discovery
- https://docs.nextcloud.com/server/18/admin_manual/installation/nginx.html (also misses this update)
opened 01:00PM - 09 Feb 21 UTC
closed 09:46AM - 08 Dec 21 UTC
manual: admin
On the settings, I get these warnings:
![image](https://user-images.githubuserc… ontent.com/8111200/107366380-61248780-6ade-11eb-8664-1c8b69766fe0.png)
The given link redirects me to https://docs.nextcloud.com/server/21/admin_manual/issues/general_troubleshooting.html#service-discovery, however there is only information about `.well-known/carddav` and `.well-known/caldav`, nothing about `webfinger` and `nodeinfo`.
Since I am using nginx, I was also checking the example config: https://docs.nextcloud.com/server/21/admin_manual/installation/nginx.html?highlight=nginx But nothing about `webfinger` and `nodeinfo` on a first sight. However, there were some changes: https://github.com/nextcloud/documentation/pull/5825/files
I suggest to change the landing page by mentioning the webfinger/nodeinfo being generally handled by an updated .htaccess and that nginx users might check their configuration.
NC version: NC21 RC1
webserver: nginx
For the Collabora there are also a lot of threads from others having problems. In my next try I will purge docker before upgrading and then reinstall docker from scratch. I hope it should solve that problem
My current php is 7.3 which is no longer supported and 7.4 is getting close to EOL. php8.0 seems to be the recommended version, but I can wait with php and Ubuntu.
But I first need to upgrade from NC20.0.14. I guess I will go further to NC22 once I have managed to get to NC21.