mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #1687] chrome extension unexpectedly logout when trying to modify data. #1035
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#1035
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 @lyaaz on GitHub (May 12, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1687
Subject of the issue
chrome extension unexpectedly logout when trying to modify data (create, delete and modify items). it works well on Android app and web. the official account works well with chrome extension.
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Steps to reproduce
Expected behaviour
chrome extension modify data successfully
Actual behaviour
chrome extension unexpectedly logout
Troubleshooting data
@BlackDex commented on GitHub (May 12, 2021):
Please post some logs from around the time this happens.
@lyaaz commented on GitHub (May 12, 2021):
I'd like to do this, could you tell where to get the log? I tried but didn't find it.
@BlackDex commented on GitHub (May 12, 2021):
They should be in the volume where your database is stored, vaultwarden.log.
Or you could use
docker logs {container-name}@lyaaz commented on GitHub (May 12, 2021):
I find this in
docker logs[auth][ERROR] Unauthorized Error: No access token provided.what's the token?
@BlackDex commented on GitHub (May 12, 2021):
I think there are some extensions or browser settings/tweaks to prevent long term cookies or sessions. It could be that this is causing the issue. Also check the settings if the extensions it self, there is a auto lock/logout option which you may have configured.
You could try to disable all but the bitwarden extension and see what happens.
@lyaaz commented on GitHub (May 12, 2021):
thanks, I will test it later. (not at home)
@lyaaz commented on GitHub (May 12, 2021):
problem solved after turning off adguard, thanks for your help!