Diagnostics page does not return VW Installed version #119

Closed
opened 2026-04-05 20:30:48 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @clionelc on 2/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

source ~/.bashrc  && cd /tmp/ && rm -rf /tmp/vaultwarden && mkdir vaultwarden

VWversion=$(curl -fsSL  https://api.github.com/repos/dani-garcia/vaultwarden/releases/latest| grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')

curl -fsSLO https://github.com/dani-garcia/vaultwarden/archive/refs/tags/"$VWversion".tar.gz 
tar -zxf "$VWversion".tar.gz -C /tmp/vaultwarden --strip-components=1 && cd vaultwarden
cargo build --features sqlite --release

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

vaultwarden -v
[INFO] Using saved config from `data/config.json` for configuration.

Vaultwarden (Version info from Git not present)
Web-Vault 2025.12.1+build.3

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

Image

Additional Context

No response

*Originally created by @clionelc on 2/11/2026* ### Prerequisites - [x] I have searched the existing **Closed _AND_ Open** [Issues](https://github.com/dani-garcia/vaultwarden/issues?q=is%3Aissue%20) **_AND_** [Discussions](https://github.com/dani-garcia/vaultwarden/discussions?discussions_q=) - [x] I have searched and read the [documentation](https://github.com/dani-garcia/vaultwarden/wiki/) ### 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 ``` source ~/.bashrc && cd /tmp/ && rm -rf /tmp/vaultwarden && mkdir vaultwarden VWversion=$(curl -fsSL https://api.github.com/repos/dani-garcia/vaultwarden/releases/latest| grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }') curl -fsSLO https://github.com/dani-garcia/vaultwarden/archive/refs/tags/"$VWversion".tar.gz tar -zxf "$VWversion".tar.gz -C /tmp/vaultwarden --strip-components=1 && cd vaultwarden cargo build --features sqlite --release ``` ### 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 ``` vaultwarden -v [INFO] Using saved config from `data/config.json` for configuration. Vaultwarden (Version info from Git not present) Web-Vault 2025.12.1+build.3 ``` ### 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 ```text ``` ### Screenshots or Videos <img width="1079" height="774" alt="Image" src="https://github.com/user-attachments/assets/c35989a7-ff5d-4b29-87bc-01c94dec0832" /> ### Additional Context _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#119