mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #6457] Problem with changing KDF algorithm to Argon2id #2441
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#2441
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 @controlaltnerd on GitHub (Nov 10, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6457
Originally assigned to: @BlackDex on GitHub.
Prerequisites
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: DOMAIN, ADMIN_TOKEN, SSO_ENABLED, SSO_CLIENT_ID, SSO_CLIENT_SECRET, SSO_AUTHORITY
Config:
Vaultwarden Build Version
1.34.3-9017ca26
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
traefik v2.11
Host/Server Operating System
Linux
Operating System Version
Ubuntu 22.04.1
Clients
Web Vault
Client Version
CLI, Chrome, Brave - v2025.10.1
Steps To Reproduce
Expected Result
KDF algorithm successfully changed to Argon2id
Actual Result
A generic error appears in the web UI, and container logs show an error parsing JSON.
Logs
Screenshots or Videos
No response
Additional Context
I found this related issue, but it did not address the specific field that is reported as missing in the logs: https://github.com/dani-garcia/vaultwarden/pull/3210
@stefan0xC commented on GitHub (Nov 11, 2025):
Thanks. Seems like this has been changed in
web-v2025.10.0(github.com/bitwarden/clients@4b73198ce5).Relevant upstream PR: https://github.com/bitwarden/server/pull/6121
@BlackDex commented on GitHub (Nov 11, 2025):
Should be fixed when #6458 is merged.
@controlaltnerd commented on GitHub (Nov 11, 2025):
The latest testing release worked 👍