mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Unable to login from Firefox on Ubuntu after reinstalling OS on laptop #1472
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 @fireshaper on GitHub (Jan 8, 2023).
After reinstalling Ubuntu on a laptop I am unable to log in to vaultwarden on my server from the Firefox extension. I'm able to log in from other computers via the extension, from the browser, and from the app on mobile.
Deployment environment
Install method: docker
Clients used: Web, browser extension on Firefox, iOS
Reverse proxy and version: nginx
Steps to reproduce
Click on bitwarden extension
Log in with credentials
Expected behaviour
Successful login
Actual behaviour
Error: Incorrect credentials
Troubleshooting data
Login attempt from extension
[2023-01-08 01:36:57.983][request][INFO] POST /identity/accounts/prelogin [2023-01-08 01:36:57.983][response][INFO] 404 Not Found [2023-01-08 01:36:57.991][request][INFO] POST /identity/connect/token [2023-01-08 01:36:58.038][vaultwarden::api::identity][ERROR] Username or password is incorrect. Try again. IP: 73.xxx.xxx.141. Username: rxxxxxx@gmail.com. [2023-01-08 01:36:58.038][response][INFO] POST /identity/connect/token (login) => 400 Bad RequestLogin attempt from browser with same user/pass:
[2023-01-08 01:37:18.417][request][INFO] POST /api/accounts/prelogin [2023-01-08 01:37:18.417][response][INFO] POST /api/accounts/prelogin (prelogin) => 200 OK [2023-01-08 01:37:18.516][request][INFO] POST /identity/connect/token [2023-01-08 01:37:18.575][vaultwarden::api::identity][INFO] User rxxxxxx@gmail.com logged in successfully. IP: 73.xxx.xxx.141 [2023-01-08 01:37:18.576][response][INFO] POST /identity/connect/token (login) => 200 OK [2023-01-08 01:37:18.720][request][INFO] POST /identity/connect/token [2023-01-08 01:37:18.722][response][INFO] POST /identity/connect/token (login) => 200 OK@gioporta commented on GitHub (Jan 8, 2023):
I'm having the same issue after reinstalling Windows on my desktop. I am unable to log in from the Bitwarden Firefox extension or the Windows application. Running 1.24.0 on Docker.
Edit: After swapping the bitwardenrs/server Docker image to the new vaultwarden/server image and upgrading to latest (1.27.0), the issue is resolved.
@BlackDex commented on GitHub (Jan 8, 2023):
See the nice pinned note we created [NOTE] ⚠️ Client fails to connect or login ⚠️
@fireshaper commented on GitHub (Jan 11, 2023):
@gioporta I did the same thing and it resolved my issue as well! Thanks for the heads up!