Closed
Bug 1350415
Opened 9 years ago
Closed 9 years ago
DAV_NO_DAV error with Nextcloud11 and Nginx
Categories
(Calendar :: Provider: CalDAV, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jorohr, Unassigned)
Details
(Whiteboard: [Nginx][SSL][Let'sEncrypt])
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0
Build ID: 20170317231433
Steps to reproduce:
Recently migrated from an Apache server with Nextcloud 9 to a Nginx on Ubuntu Yakkety, with Nextcloud 11
Actual results:
On Startup, thunderbird throws an error before even asking for the user name and password to access the caldav resource. The following errors I see in the TB error console:
jr@tommy:~$ LANG=C thunderbird
[calBackendLoader] Using libical backend at /home/jr/.thunderbird/default/ag1kqdiz.slt/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/libical-manifest
Warning: There has been an error reading data for calendar: Johannes. However, this error is believed to be minor, so the program will attempt to continue. Error code: DAV_NOT_DAV. Description: The resource at https://owncloud.rohr.org/remote.php/dav/calendars/jr/defaultcalendar/ is either not a DAV collection or not available
Warning: There has been an error reading data for calendar: Johannes. However, this error is believed to be minor, so the program will attempt to continue. Error code: READ_FAILED. Description:
Error: [calCachedCalendar] replay action failed: null, uri=https://owncloud.rohr.org/remote.php/dav/calendars/jr/defaultcalendar/, result=2147500037, op=[xpconnect wrapped calIOperation]
Warning: There has been an error reading data for calendar: nextcoudtest. However, this error is believed to be minor, so the program will attempt to continue. Error code: DAV_NOT_DAV. Description: The resource at https://nextcloudtest.rohr.org/remote.php/dav/calendars/jr/personal/ is either not a DAV collection or not available
Warning: There has been an error reading data for calendar: nextcoudtest. However, this error is believed to be minor, so the program will attempt to continue. Error code: READ_FAILED. Description:
Error: [calCachedCalendar] replay action failed: null, uri=https://nextcloudtest.rohr.org/remote.php/dav/calendars/jr/personal/, result=2147500037, op=[xpconnect wrapped calIOperation]
Error: Error Parsing ICS: 2152333568
In the nginx log I don't see any indication that Lightning / Thunderbird even accessed the sever
Expected results:
Well, it should continue functioning just like other DAV clients and like it did before the migration...
| Reporter | ||
Comment 1•9 years ago
|
||
Found the solution here: https://help.nextcloud.com/t/thunderbird-lightening-cardbook-caldav-carddav-broken-after-upgrade-to-nextcloud-11/8511/6?u=vasyugan
Would have been solved much quicker if the error message would have hinted at SSL, which it didn't at all.
Comment 2•9 years ago
|
||
Resolving WFM as per comment 1
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Whiteboard: [Nginx][SSL][Let'sEncrypt]
You need to log in
before you can comment on or make changes to this bug.
Description
•