Unable to unlock WebDAV vault on Windows

Hello,

Im currently unable to unlock a WebDAV vault and Im getting the following error message:

java.nio.file.NoSuchFileException: \\myprovider.com@SSL\DavWWWRoot\myvault\myfolder: Vault not initialized.
	at org.cryptomator.cryptofs.CryptoFileSystemProvider.initializeFileSystemIfRequired(CryptoFileSystemProvider.java:321)
	at org.cryptomator.cryptofs.CryptoFileSystemProvider.newFileSystem(CryptoFileSystemProvider.java:298)
	at org.cryptomator.cryptofs.CryptoFileSystemProvider.newFileSystem(CryptoFileSystemProvider.java:93)
	at java.base/java.nio.file.FileSystems.newFileSystem(Unknown Source)
	at java.base/java.nio.file.FileSystems.newFileSystem(Unknown Source)
	at org.cryptomator.cryptofs.CryptoFileSystemProvider.newFileSystem(CryptoFileSystemProvider.java:134)
	at org.cryptomator.common.vaults.Vault.createCryptoFileSystem(Vault.java:121)
	at org.cryptomator.common.vaults.Vault.unlock(Vault.java:126)
	at org.cryptomator.ui.unlock.UnlockWorkflow.attemptUnlock(UnlockWorkflow.java:107)
	at org.cryptomator.ui.unlock.UnlockWorkflow.call(UnlockWorkflow.java:90)
	at org.cryptomator.ui.unlock.UnlockWorkflow.call(UnlockWorkflow.java:44)
	at javafx.concurrent.Task$TaskCallable.call(Task.java:1425)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)

Does anyone know how to resolve this issue or if theres a workaround?

Any help is much appreciated!

Hello,

for me it worked to mount the remote drive as a network drive, using the “Map Network Drive” button rather than “Add a network location”.

I got a similar error message with the latter, while the former just worked.

Hope this helps.