Admin page diagnostics can't show Server Installed version #279

Closed
opened 2025-10-09 16:20:26 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @jwcloverain on GitHub.

Vaultwarden Support String

click Generate Support String button not working

Vaultwarden Build Version

1.32.7-4f68eafa-linux-armv7-alpine

Deployment method

Downloaded from GitHub Actions Release Workflow

Custom deployment method

No response

Reverse Proxy

caddy 2.9.1

Host/Server Operating System

Linux

Operating System Version

No response

Clients

Web Vault

Client Version

No response

Steps To Reproduce

Click admin page diagnostics

Expected Result

admin page diagnostics show Server Installed version

Actual Result

update to 1.32.7-4f68eafa-linux-armv7-alpine, admin pagel can't show Server Installed version,
151712
browser console shows the following error
151628
maybe #5378 break this

Logs

No response

Screenshots or Videos

No response

Additional Context

No response

Originally created by @jwcloverain on GitHub. ### Vaultwarden Support String click Generate Support String button not working ### Vaultwarden Build Version 1.32.7-4f68eafa-linux-armv7-alpine ### Deployment method Downloaded from GitHub Actions Release Workflow ### Custom deployment method _No response_ ### Reverse Proxy caddy 2.9.1 ### Host/Server Operating System Linux ### Operating System Version _No response_ ### Clients Web Vault ### Client Version _No response_ ### Steps To Reproduce Click admin page diagnostics ### Expected Result admin page diagnostics show Server Installed version ### Actual Result update to 1.32.7-4f68eafa-linux-armv7-alpine, admin pagel can't show Server Installed version, ![151712](https://github.com/user-attachments/assets/972256c5-8d59-4954-9af7-051cf5ae35e4) browser console shows the following error ![151628](https://github.com/user-attachments/assets/1f82b839-fefe-4ed0-92c7-b740e6c7cd57) maybe #5378 break this ### Logs _No response_ ### Screenshots or Videos _No response_ ### Additional Context _No response_
OVERLORD added the bug label 2025-10-09 16:20:26 +03:00
Author
Owner

@stefan0xC commented on GitHub:

My guess is probably the updated bake action.

Yeah, sounds plausible.

Maybe we could use SOURCE_VERSION instead of relying on the full git history being present?
4f68eafa3e/.github/workflows/release.yml (L68)

@stefan0xC commented on GitHub: > My guess is probably the updated bake action. Yeah, [sounds plausible](https://github.com/docker/bake-action/releases/tag/v6.0.0). Maybe we could use `SOURCE_VERSION` instead of relying on the full git history being present? https://github.com/dani-garcia/vaultwarden/blob/4f68eafa3ef0a2bc15ccbaf1712f9efecd11c835/.github/workflows/release.yml#L68
Author
Owner

@BlackDex commented on GitHub:

Just double-checked it on my phone, and i do see a version now.

Thanks again for reporting!

@BlackDex commented on GitHub: Just double-checked it on my phone, and i do see a version now. Thanks again for reporting!
Author
Owner

@BlackDex commented on GitHub:

Thanks for reporting. I can verify this to.
My guess is probably the updated bake action.
The attest doesn't modify the files.

@BlackDex commented on GitHub: Thanks for reporting. I can verify this to. My guess is probably the updated bake action. The attest doesn't modify the files.
Author
Owner

@BlackDex commented on GitHub:

We probably just need to add the source: . option to the bake action.

@BlackDex commented on GitHub: We probably just need to add the `source: .` option to the bake action.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#279