WebDAV error suddenly, no more files!

Hi everyone,

Nextcloud version: 20.0.4
Operating system and version: Linux server x86_64
Apache or nginx version: 2.4.46
PHP version: 7.3.21

The issue you are facing:
I can’t see or upload any files. The overview gives me this error:

  • Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken.

Is this the first time you’ve seen this error? (Y/N): N (saw it first when I tried moving my installation from domain.com/cloud to cloud.domain.com; uninstalled it, deleted moved files and did a fresh install with new DB)

Steps to replicate it:

  1. Go to overview.

The output of your Nextcloud log in Admin > Logging:

NO SERVER LOGS

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'instanceid' => 'REDACTED',
  'passwordsalt' => 'REDACTED',
  'secret' => 'REDACTED',
  'trusted_domains' => 
  array (
    0 => 'cloud.DOMAIN.COM',
  ),
  'datadirectory' => '/home/USER/do-not-delete-nextclouddata',
  'dbtype' => 'mysql',
  'version' => '20.0.4.0',
  'overwrite.cli.url' => 'https://cloud.DOMAIN.COM',
  'dbname' => 'USER_nextXXX',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'USER_nextXXX',
  'dbpassword' => 'REDACTED',
  'installed' => true,
  'skeletondirectory' => '',
  "default_language" => "fr_CA",
  
);

I would appreciate help!
Thank you very much!

Hello,

Where you able to solve the issue?