mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
Cannot save new passwords in browser extension, instant Session Expired on save #1254
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 @aleksandarmomic on GitHub.
Subject of the issue
When I want to save something through the extension, I get an instant Session Expired message.
Sync works without issues, it's just saving data that doesn't.
I also use the Android app and it works fine both with sync and saving entries.
Extension version: 1.54.0
Browser: Firefox 94.0.2 (64-bit)
Tried in edge, also doesn't work.
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: DOMAIN, USER_ATTACHMENT_LIMIT, ORG_ATTACHMENT_LIMIT, SIGNUPS_ALLOWED, ADMIN_TOKEN, SMTP_HOST, SMTP_SSL, SMTP_PORT, SMTP_FROM, SMTP_FROM_NAME, SMTP_PASSWORD
Steps to reproduce
Expected behaviour
Data saved successfully
Actual behaviour
Got Session Expired message and have to relogin to bitwarden. 2FA not asked again.
Troubleshooting data
Log entries when pressing Save:
[request][INFO] POST /api/ciphers
[auth][ERROR] Unauthorized Error: No access token provided
[response][INFO] POST /api/ciphers (post_ciphers) => 401 Unauthorized
Docker compose:
@BlackDex commented on GitHub:
Some extensions can block these kind of headers. Also, try to log out and back in to see if that helps.
Else try to disable some other extensions to see which interferes.
@aleksandarmomic commented on GitHub:
Indeed it was Adguard. Totally forgot about it. Thank you!