Cannot access to local nextcloud with desktop app (linux)

What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: 12.1.17.1
What app is this about: Nextcloud

Describe your issue

When I’m trying to use my local nextcloud instance with nextcloud desktop app on linux, I’ve got the following error :

I don’t known how to login if I cannot add url server.

Share relevant logs or error messages

No additional log

Propably the domain is missing under trusted_domains in /var/www/nextcloud/config/config.php?

Nope, Yunohost add it automatically at install :

And I’ve correctly add this local domain to my /etc/hosts of course.

can you share the logs of /var/log/nginx/YOUR-NEXTCLOUD-DOMAIN-access.log when you’re trying to connect?

Sure !

It looks like you simply did not allow “Visitors” during the nextcloud install. Right now it’s necessary for Nextcloud “external” clients to be able to access Nextcloud, even though an account still is required to effectively login.

cf the question during install:

You can still change this afterward in the Groups and permission section of the webadmin

Thank you !

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.