mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-30 21:37:47 -05:00
Diagnostics page does not return VW Installed version #6185
Reference in New Issue
Block a user
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 @clionelc on GitHub (Feb 11, 2026).
Prerequisites
Vaultwarden Support String
Missing, when i click button nothing happen, perhaps because server is disconnected from internet (behind squid)
Vaultwarden Build Version
vaultwarden.1.35.3
Deployment method
Build from source
Custom deployment method
Here is the script i use to compile binary
Reverse Proxy
Apache
Host/Server Operating System
Linux
Operating System Version
Debian 13
Clients
Web Vault
Client Version
bw_web_v2025.12.1+build.3.tar.gz
Steps To Reproduce
Login to /admin page with admin token, go to diagnostics.
Look for "Server Installed " --> nothing appear
Or in CLI
Expected Result
Server Installed good version appears
Actual Result
The binary version is displayed neither in the web interface nor by the binary itself.
Logs
Screenshots or Videos
Additional Context
No response
@stefan0xC commented on GitHub (Feb 11, 2026):
Vaultwarden needs to know about the
VW_VERSIONfrom somewhere.If you don't provide it yourself it will try to get it from git when building.
36f0620fd1/build.rs (L34-L40)@clionelc commented on GitHub (Feb 11, 2026):
Hi,
thanks for the reply. So, do I actually need to set the VW_VERSION environment variable before running cargo build? Or should I put this variable somewhere else?