You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is, that the "#" character becomes part of the URL which is requested.
For example:
If the file is located in /MyFiles/#Keepass/db.kdbx the URL to this file is https://server.example/remote.php/webdav/MyFiles/#Keepass/db.kdbx. However - the server then only gets https://server.example/remote.php/webdav/MyFiles/ since the part after # is only used by the browser.
In fact, # must be replace with %23, then it should work. I'll see if I can provide a fix for this.
I had the same issue when using an internal link s well as when using an public link.
The solution was to go back into the Nextcloud Web UI Filebrowser and simply klick onto the keepass file. keeweb then openen and I only had to enter the DB password.
I got the error "Last-Modified HTTP header is absent" when I try to open a kdbx on nextcloud and in the path there is a "#".
Example:
/MyFiles/#Keepass/db.kdbx
The text was updated successfully, but these errors were encountered: