Hi!
I have installed a vaultwarden server with docker under ubuntu noble under my homelab; I can login in the web interface. I’ve installed the extension under firefox and all going good but under brave browser and vivaldi I cant login with the extension always said in spanish "Ha ocurrido un error inesperado.
The version I have installed is:
Vaultwarden 1.35.7
Web-Vault 2026.2.0
Thanks for your help.
Fernando
;
Why are you not using the latest release?
opened 01:30PM - 11 Oct 20 UTC
notes
Hello all,
Vaultwarden is an actively development project. Sometimes there are … a lot of updates, and sometimes a bit less.
That could mean you might have an older version of Vaultwarden running or, you are using `latest` which might not have all recent fixes and patches.
Because of all these changes, most issues (not all) are probably because you do not have the Vaultwarden server updated to the latest version available which has these fixes in place.
The current latest version is: [](https://github.com/dani-garcia/vaultwarden/releases/latest)
Commits since latest release: 
Please make sure you have either the `latest` version running and checked all Closed issues or `testing` before reporting an issue.
Also, check the commits done since the `latest` release which are in `testing`, it could be that a bug you run into is already fixed, but they are not yet released as a new version .
If after updating to the latest version and checking the commits done since the latest release of Vaultwarden and you still encounter these same issue, please go ahead and post a new topic on the [Discussions](https://github.com/dani-garcia/vaultwarden/discussions) or here at the issues page.
Thanks for all your support.
# New docker multi database support for Debian and Alpine
### Only one image: `vaultwarden/server`
It contains support for SQLite, MySQL and PostgreSQL all in one! Supports AMD64, ARMv6, ARMv7 and ARMv8 (Aarch64), and all architectures support all database backends!.
**Note**: The old `bitwarden_rs` are no longer available!
### Which tag to use:
- `vaultwarden/server:latest`: Tracks the latest released version (i.e., tagged with a version number). Recommended for most users, and generally the most stable.
- `vaultwarden/server:testing`: Tracks the latest commits to the source repository. Recommended for users who want early access to the newest features or enhancements. Generally pretty stable, but occasional issues are unavoidable.
- `vaultwarden/server:x.y.z`: Represents a specific released version. Prefer to use latest to keep up-to-date.
#### Alpine base
- `vaultwarden/server:alpine`, `vaultwarden/server:testing-alpine`, `vaultwarden/server:x.y.z-alpine`: Functionally the same as the above images, but based on Alpine instead of Debian, which results in a smaller image and sometimes less security issues in the base image.
The issue (if not caused by an error in the Server URL configuration) most likely happens because you are using an incompatible client version, i.e. one that requires an endpoint that is missing in earlier versions of Vaultwarden.