Nextcloud version (eg, 20.0.5): Nextcloud 21.0.2
Operating system and version (eg, Ubuntu 20.04): Debian GNU/Linux 10 (buster)
Apache or nginx version (eg, Apache 2.4.25): apache2 2.4.38-3+deb10u4
PHP version (eg, 7.4): 7.3
The issue you are facing:
Me and my wife are using nextcloud clients on windows.
There are 2 users :
- Me : Sharing a music folder with my wife account
- My wife account : The windows client nextcloud says the music folder has been shared. But it never appears. how is it possible with a fresh install ? Its the most basic possible usage of nextcloud and it just not work…
Is this the first time you’ve seen this error? (Y/N): No
Steps to replicate it:
- Install Nextcloud on a server
- Create 2 users
- Share a doc from the first user to the second user
- See the doc not being sync with the nextcloud client…
The output of your Nextcloud log in Admin > Logging:
Nothing
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
...For your information : config.php is no more in /path/to/nextcloud but in /path/to/nextcloud/config............
$CONFIG = array (
'instanceid' => '[HIDDEN]',
'passwordsalt' => '[HIDDEN]',
'secret' => '[HIDDEN]',
'trusted_domains' =>
array (
0 => '[HIDDEN]',
),
'datadirectory' => '/var/www/nextcloud/data',
'dbtype' => 'mysql',
'version' => '21.0.2.1',
'overwrite.cli.url' => '[HIDDEN]',
'dbname' => 'nextcloud',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'pi',
'dbpassword' => '[HIDDEN]',
'installed' => true,
);
The output of your Apache/nginx/system log in /var/log/____
:
Nothing to note here