Unable to login from Firefox on Ubuntu after reinstalling OS on laptop #1472

Closed
opened 2026-02-05 01:02:16 +03:00 by OVERLORD · 3 comments
Owner

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

  • vaultwarden version: 2.23.0
  • 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 Request

Login 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

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 * vaultwarden version: 2.23.0 <!-- How the server was installed: Docker image, OS package, built from source, etc. --> * 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 Request ` Login 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`
Author
Owner

@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.

@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.
Author
Owner

@BlackDex commented on GitHub (Jan 8, 2023):

See the nice pinned note we created [NOTE] ⚠️ Client fails to connect or login ⚠️

@BlackDex commented on GitHub (Jan 8, 2023): See the nice pinned note we created [[NOTE] ⚠️ Client fails to connect or login ⚠️](https://github.com/dani-garcia/vaultwarden/issues/3082)
Author
Owner

@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!

@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!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#1472