mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #3410] [BUG] where the command line versioning is different or missing from the web extension versioning #1559
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#1559
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 @calvin-li-developer on GitHub (Apr 3, 2023).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/3410
Subject of the issue
Deployment environment
Install method: docker via
docker compose up -dClients used: web browser extension firefox / edge /chrome
Reverse proxy and version: yes via cloudflare tunnels
MySQL/MariaDB or PostgreSQL version: n/a
Other relevant details:
Steps to reproduce
So I have updated to the latest version of vaultwarden using
docker compose pullanddocker compose up -dthen I checked the version via cli with commanddocker exec vaultwarden /vaultwarden --versionand got version 1.28.1Expected behaviour
Should show version 1.28.1 for server version on the extension about page.
Actual behaviour
when I checked on firefox extension it still shows 1.28.0 but also when I checked via chrome or edge extension it doesnt display any version after the like server version (thrid party):


Firefox about page:
Edge/Chrome about page:
Troubleshooting data
@BlackDex commented on GitHub (Apr 3, 2023):
It's probably cached on the client side.
You can check the version we return by going to
https://your.domsin.tld/api/config@calvin-li-developer commented on GitHub (Apr 3, 2023):
Oddly enough when I reinstall bitwarden extension on firefox it has the same screenshot result has the edge / chrome one.
This does display the correct version of vaultwarden. Thanks for the link.
I guess now i'm not sure if its an issue but it doesn't display version at all for the extension about page.