mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
Admin page diagnostics can't show Server Installed version #279
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 @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,


browser console shows the following error
maybe #5378 break this
Logs
No response
Screenshots or Videos
No response
Additional Context
No response
@stefan0xC commented on GitHub:
Yeah, sounds plausible.
Maybe we could use
SOURCE_VERSIONinstead of relying on the full git history being present?4f68eafa3e/.github/workflows/release.yml (L68)@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:
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:
We probably just need to add the
source: .option to the bake action.