-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Webdav broken after update Nextcloud 30.0.6 to 31 - plus Workaround - Solved by removing "emlviewer" #51138
Comments
Do you have any issues except the setup check? The setup check means that the server - as stated - cannot connect to the webdav endpoint.
Where The expected output is one of this:
|
i had same problem after update to 31. |
In this case please look for an entry in your nextcloud.log - if there is nothing related please also check your webserver error logs. |
Thank you for your suggest. When i traced log in nextcloud.log, based on log file, I've found that one of my apps is not update. |
@tobefrank1 can you please check if this also helps for you? |
Having the same problem, my problem is that the "emlviewer" app is not compatible. |
Yes, I found that out yesterday too. So the cause and solution would be to ** remove emlviewer ** as it is not compatible and also causes a serious problem with Nextcloud Mail. It looks like, the system is back to normal now. Thank you for your help. |
I have the same error and no emlviewer installed. i get 500 as response any idea what i can do? |
@TheMBeat check your nextcloud log for anything related |
@susnux as you suggested, I ran after removing elmviewer. curl -I URL/remote.php/webdav -X PROPFIND 2>/dev/null | grep HTTP Where URL is the value of your cli.override.url setting. the output is HTTP/2 401, |
@tobefrank1 yes that can be normal meaning then there should be not setup check warning about webdav anymore ✅ |
Bug description
After updating Nextcloud from 30.0.6 to 31.0. Webdav stopped working.
There is a new setup errors warning:
The point is that Webdav and caldav were working in 30.0.6 without a problem, now they are broken.
I have no clue what to do, as Google tell that in older problems only "Wait for the new update" was the solution.
Workaround:
The Nextcloud desktop app is working. Trying to mount Webdav with Mountain Duck (proprietary for Win) fails, but using Mountain Duck in Nextcloud mode works.
Steps to reproduce
Expected behavior
Webdav - Caldav - working.
Update with no errors.
Nextcloud Server version
31
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.3
Web server
Nginx
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 31 to 32)
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: