Which version of floccus are you using?
V5.9.1
How many bookmarks do you have, roughly?
100
Are you using other means to sync bookmarks in parallel to floccus?
no
Sync method
WebDAV
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
Firefox on Linux, also Firefox on Windows and have tested with Chrome on Windows
Which version of Nextcloud Bookmarks are you using? (if relevant)
N/A
Which version of Nextcloud? (if relevant)
N/A
What kind of WebDAV server are you using? (if relevant)
I am using Apache2 on a Raspberry Pi 3 running the latest up to date version of the Raspberry Pi OS (Trixie) on a local network only.
Describe the Bug
I cannot sync bookmarks if the Server is configured to use Authentication. I have tested the Authentication from the browser and after entering the username/password I can access the webdav files. Disabling the server authentication I can sync bookmarks. My server config file is shown below with the Authentication commented out.
`<VirtualHost *:443>
DocumentRoot "/var/www"
ServerName raspi3-home.local
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/raspi3-home.pub.pem
SSLCertificateKeyFile /etc/apache2/ssl/raspi3-home.priv.key
<Directory /var/www/webdav>
Dav On
#AuthType Digest
#AuthName "webdav"
#AuthUserFile /usr/local/apache/var/users.password
#Require valid-user
`
Expected Behavior
After entering the webdav location and the username and password in the Floccus config I should be able to sync bookmarks
To Reproduce
un-comment the Authentication lines from Apache Server setup.
Restart Apache
attempt to sync to server
floccus-5.9.1-2026-04-15-full-3.log
Debug log provided
Which version of floccus are you using?
V5.9.1
How many bookmarks do you have, roughly?
100
Are you using other means to sync bookmarks in parallel to floccus?
no
Sync method
WebDAV
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
Firefox on Linux, also Firefox on Windows and have tested with Chrome on Windows
Which version of Nextcloud Bookmarks are you using? (if relevant)
N/A
Which version of Nextcloud? (if relevant)
N/A
What kind of WebDAV server are you using? (if relevant)
I am using Apache2 on a Raspberry Pi 3 running the latest up to date version of the Raspberry Pi OS (Trixie) on a local network only.
Describe the Bug
I cannot sync bookmarks if the Server is configured to use Authentication. I have tested the Authentication from the browser and after entering the username/password I can access the webdav files. Disabling the server authentication I can sync bookmarks. My server config file is shown below with the Authentication commented out.
`<VirtualHost *:443>
`DocumentRoot "/var/www"
ServerName raspi3-home.local
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/raspi3-home.pub.pem
SSLCertificateKeyFile /etc/apache2/ssl/raspi3-home.priv.key
<Directory /var/www/webdav>
Dav On
#AuthType Digest
#AuthName "webdav"
#AuthUserFile /usr/local/apache/var/users.password
#Require valid-user
Expected Behavior
After entering the webdav location and the username and password in the Floccus config I should be able to sync bookmarks
To Reproduce
un-comment the Authentication lines from Apache Server setup.
Restart Apache
attempt to sync to server
floccus-5.9.1-2026-04-15-full-3.log
Debug log provided