mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #1275] Cannot log back into Firefox add-on. #893
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#893
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 @KnightTim on GitHub (Dec 21, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1275
Subject of the issue
Cannot log back into Firefox addon.
I was previously logged into the Firefox addon, when I try to login in displays an error: "An error has occurred. Error saving device"
Looking at the logs I believe this has something to do with unique IDs for devices.
Your environment
https://addons.mozilla.org/en-US/firefox/addon/bitwarden-password-manager/versions/
Steps to reproduce
I am not sure how to reproduce, I think it was caused when I restored a backup of the sqlite DB from yesterday.
Steps to workaround
I am able to bypass the issue by uninstalling the Firefox add-on, restarting Firefox, then re-installing the add-on and logging in.
Expected behavior
The add-on should not have logged me out, or at least should have allowed me to login back in without reinstalling it.
Actual behavior
I can't login to the add-on.
Relevant logs
@BlackDex commented on GitHub (Dec 21, 2020):
After a database restore it is better to deauthorize all user sessions. This would probably prevented your problem. The reason is that your backup already had your exertion in there but the extension logged-out because the security token was invalid, or it couldn't find the server for some reason.