WebDAV interface seems to be broken

Hi Nextcloud Community,

After upgrading my development server from NC 25.0.2 to NC 25.0.6, I encountered an issue and have been trying to resolve it through various methods, including searching for solutions on Google, attempting adjustments in Apache settings, and modifying .htaccess files. However, despite my efforts, the problem persists. Is there any guidance or solution available to address this issue effectively?

Here’s my specification
Ubuntu 22.04
Apache 2.4.57
Php 8.1.21
mysql Ver 15.1 Distrib 10.6.12-MariaDB
8 Core
8 GB
300 GB
mounted NAS 27 TB

Here’s my config.php

<?php $CONFIG = array ( 'instanceid' => '', 'passwordsalt' => '', 'secret' => '', 'trusted_domains' => array ( 0 => '', 1 => '', 2 => '', 3 => '', 4 => '', ), 'datadirectory' => '/mnt/', 'dbtype' => 'mysql', 'version' => '25.0.8.2', 'overwrite.cli.url' => '', 'dbname' => '', 'dbhost' => 'localhost:3306', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => '', 'dbpassword' => '', 'installed' => true, 'theme' => '', 'loglevel' => 2, 'maintenance' => false, 'default_phone_region' => 'PH', 'memcache.locking' => '\\OC\\Memcache\\Redis', 'memcache.distributed' => '\\OC\\Memcache\\Redis', 'memcache.local' => '\\OC\\Memcache\\Redis', 'redis' => array ( 'host' => 'localhost', 'port' => 0, ), 'mail_from_address' => '', 'mail_smtpmode' => 'smtp', 'mail_smtpsecure' => 'ssl', 'mail_sendmailmode' => 'smtp', 'mail_smtpauthtype' => 'LOGIN', 'mail_smtpauth' => 1, 'mail_smtphost' => 'smtp.gmail.com', 'mail_smtpport' => '465', 'mail_smtpname' => '', 'mail_smtppassword' => '', 'twofactor_enforced' => 'false', 'twofactor_enforced_groups' => array ( 0 => '', ), 'twofactor_enforced_excluded_groups' => array ( 0 => '', ), 'data-fingerprint' => '', 'allow_locat_remote_servers' => true, 'integrity.check.disabled' => true, 'trashbin_retention_obligation' => 'disabled', 'auto_logout' => true, 'session_relaxed_expiry' => 60, 'trusted_proxies' => array ( 0 => '', ), 'forwarded_for_headers' => array ( 0 => 'HTTP_X_FORWARDED_FOR', 1 => 'HTTP_X_REAL_IP', ), 'mail_domain' => '', ); I have also made configurations in the .htaccess file for /remote.php/dav, but unfortunately, it did not yield any results, just like my attempts with the Apache config file. I'm hoping that someone can assist me as I've been feeling stressed for the past month. :frowning: Thanks a lot!!

Could you describe your “issue” please?

“WebDAV interface seems to be broken” is a somewhat sparse information.

Sorry, my English is not very good.

I can’t access my files from the Nextcloud server, and when I checked the overview, the WebDAV interface seems to be broken. I’ve researched online and tried various solutions, but nothing has worked for me.

Here’s the screenshot for reference

image