-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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]: NotImplementedException is thrown when I try to access calDav Calendars #49959
Open
5 of 8 tasks
Labels
0. Needs triage
Pending check for reproducibility or if it fits our roadmap
30-feedback
bug
feature: caldav
Related to CalDAV internals
Comments
MaggiWuerze
added
0. Needs triage
Pending check for reproducibility or if it fits our roadmap
bug
labels
Dec 22, 2024
Thanks for your bug report 👍 Could be related to #48678. I'm not sure if the error triggered by your curl request related to the problem when syncing with dav x5. |
That sounds familiar and is also the error I get when requesting calendar details via curl. Good to know I'm not alone :D |
For easier reference:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0. Needs triage
Pending check for reproducibility or if it fits our roadmap
30-feedback
bug
feature: caldav
Related to CalDAV internals
Bug description
After updating to either 29 or 30, I can't sync calendars with new devices. In Dav5X I can connect to the server and the contact tab is populated, but the calendars stay empty (see the attached log).
When I try to query the calendars via curl, the initial list work, but querying calendar items leads to the NotImplemented error (see curl.txt)
The .well-known addresses for cal and carddav (e.g. https://cloud.domain.de/.well-known/caldav) are redirected to https://cloud.domain.de/remote.php/dav/
My traefik config for calDav, which has worked for years:
But I also tried:
Steps to reproduce
Expected behavior
Calendars can be synced with new clients
Nextcloud Server version
30
Operating system
Debian/Ubuntu
PHP engine version
8.3
Web server
NginX (Behind Traefik3)
Database engine version
Postgres
Is this bug present after an update or on a fresh install?
Upgraded to a Major version (ex 28 to 29)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
curl.txt
davx5-log.txt
stack.txt
The text was updated successfully, but these errors were encountered: