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

Closed
opened 2026-04-06 02:25:39 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @fireshaper on 1/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 1/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`
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1807