SUMMARY I'd like to connect to a local nextcloud in DOLPHIN via webdav. It works with nautilus, but not with dolphin. In dolphin tried many combinations in the address line: - webdav or webdavs at the beginning ("webdav://" or "webdavs://"), followed by: - 192.168.abc.xyz/remote.php/dav/files/Keks/ - 192.168.abc.xyz/nextcloud/remote.php/dav/files/Keks/ Keks is the username in the nextcloud on the remote server Whatever, I always get the same error message in the end: no connection to server. Sometimes there is a warning that I tried to connect to a server using a username on a site where no username were necessary. Same error when using the button "Add Network Folder". In nautilus it works out of the box: click on connect to server, - davs://192.168.abc.xyz/remote.php/dav/files/Keks/ immediately asks for username and password and that's it. I translated from German to English, so exact wording in English my be slightly different. OS: TW, up-to-date. STEPS TO REPRODUCE 1. open dolphin 2. click on network 3. click on add network folder 4. choose webdav 5. insert data 6. click save & connect OBSERVED RESULT error message EXPECTED RESULT connection to webdav SOFTWARE/OS VERSIONS Betriebssystem: openSUSE Tumbleweed 20210208 KDE-Plasma-Version: 5.20.5 KDE-Frameworks-Version: 5.78.0 Qt-Version: 5.15.2 Kernel-Version: 5.10.12-1-default Art des Betriebssystems: 64-bit Made a bugreport as well here: https://bugzilla.opensuse.org/show_bug.cgi?id=1181988
This started happening to me as well. Operating System: openSUSE Leap 15.3 KDE Plasma Version: 5.23.2 KDE Frameworks Version: 5.87.0 Qt Version: 5.15.2
Sorry, it turns out it was a problem on my side: I forgot to change KDE Nextcloud domain name in Dolphin's bookmarks
(In reply to Alexander from comment #0) > SUMMARY > > I'd like to connect to a local nextcloud in DOLPHIN via webdav. It works > with nautilus, but not with dolphin. > > In dolphin tried many combinations in the address line: > > - webdav or webdavs at the beginning ("webdav://" or "webdavs://"), followed > by: > - 192.168.abc.xyz/remote.php/dav/files/Keks/ > - 192.168.abc.xyz/nextcloud/remote.php/dav/files/Keks/ > > Keks is the username in the nextcloud on the remote server > > Whatever, I always get the same error message in the end: no connection to > server. > Sometimes there is a warning that I tried to connect to a server using a > username on a site where no username were necessary. > > Same error when using the button "Add Network Folder". > > In nautilus it works out of the box: click on connect to server, > - davs://192.168.abc.xyz/remote.php/dav/files/Keks/ immediately asks for > username and password and that's it. > > I translated from German to English, so exact wording in English my be > slightly different. > > OS: TW, up-to-date. > > STEPS TO REPRODUCE > 1. open dolphin > 2. click on network > 3. click on add network folder > 4. choose webdav > 5. insert data > 6. click save & connect > > OBSERVED RESULT > error message > > EXPECTED RESULT > connection to webdav > > SOFTWARE/OS VERSIONS > Betriebssystem: openSUSE Tumbleweed 20210208 > KDE-Plasma-Version: 5.20.5 > KDE-Frameworks-Version: 5.78.0 > Qt-Version: 5.15.2 > Kernel-Version: 5.10.12-1-default > Art des Betriebssystems: 64-bit > > Made a bugreport as well here: > https://bugzilla.opensuse.org/show_bug.cgi?id=1181988 The regular request for webdav has a precise format. If you want to make it works, you should add the user name in the address line after an "@" like following : webdavs://username@192.168.XX.XX/home-of-the-user Or, use "knetattach" but give all the data in particular the username have a try
I noticed the same error message after the password for the webdav share was changed on the webdav server, but not in Dolphin - and in fact, the error message should claim that the login credentials are wrong, not that the folder does not exist. (openSUSE Tumbleweed 20220806) I dont know if this is the same bug - can you advise?