mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #6420] Logging in the Bitwarden Desktop Client or Browser Extension results in "KDE Config is required" message #2429
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#2429
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KHTD2004 on GitHub (Nov 1, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6420
Prerequisites
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Config:
Vaultwarden Build Version
v1.34.3
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
caddy v2.10.2
Host/Server Operating System
Linux
Operating System Version
Ubuntu 24.04.3 LTS x86_64
Clients
Browser Extension, Desktop
Client Version
Firefox 144.0.2
Steps To Reproduce
Expected Result
Successful login
Actual Result
An error message "KDE config is required" appears, even on systems without KDE Plasma like Windows 11
Logs
Screenshots or Videos
Additional Context
This happens on the Pacman/APT version of the client on CachyOS and LMDE 7. It also happens on the flatpak version on LDME 7, the flatpak on CachyOS works fine (CachyOS actually uses KDE Plasma)
On Windows it happened on the direct .exe download from Bitwarden
The browser extension (Firefox) only works on CachyOS too.
Bitwarden Issue about the Desktop Client: https://github.com/bitwarden/clients/issues/17168
Bitwarden Issue about the Browser Extension: https://github.com/bitwarden/clients/issues/17169
I was told to report it here because the backend is vaultwarden even if the problem is on the client side so here we are
@BlackDex commented on GitHub (Nov 1, 2025):
You say there are no logs, what about caddy logs?
Are you using any security config in caddy which might block requests?
@stefan0xC commented on GitHub (Nov 1, 2025):
It says KDF config not KDE. That stands for key derivation function and has nothing to do with your desktop environment.
The error message is thrown by the client because it doesn't get a valid response. Either because something is blocking it but more likely it is because you did not configure the server URL correctly when connecting your client. E.g. that error will be thrown if instead of
/identity/accounts/preloginit's requesting something like/#/vault/identity/accounts/prelogin. So if you have copied the URL from your browser you did not remove the appended#/loginor#/vault.@KHTD2004 commented on GitHub (Nov 1, 2025):
Error found, first I misread KDF for KDE, second a part of the URL is missing. User error indeed, todays not my day lmao. Case closed