mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #2128] Cannot save new passwords in browser extension, instant Session Expired on save #1163
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#1163
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 @aleksandarmomic on GitHub (Dec 3, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2128
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 (Dec 3, 2021):
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 (Dec 4, 2021):
Indeed it was Adguard. Totally forgot about it. Thank you!