mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 17:23:04 +03:00
Session expiring immediately on login #1184
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 @jacklenox on GitHub.
Subject of the issue
I am having the exact issue described in #1177. I'm definitely running the latest version of Vaultwarden and have just migrated my data. As far as I can see, the Docker container is running on the same timezone as my computer, and they're both in sync.
Deployment environment
It's not clear to me how I access the Diagnostics tab without being able to log in. I see a lot of discussion of accessing:
/admin/diagnostics, I can't seem to access this. I'm trying to reach it via: http://localhost:8008/#/admin/diagnosticsI'm clearly misunderstanding something here.
Install method:
sudo docker run -d --name vaultwarden -v ~/.vw-data:/data/ -p 8008:80 vaultwarden/server:latestClients used: web vault
Reverse proxy and version:
MySQL/MariaDB or PostgreSQL version:
Other relevant details:
Steps to reproduce
Try logging in once server is running.
Expected behaviour
Successful login.
Actual behaviour
"Logged out. Your login session has expired."
Troubleshooting data
@BlackDex commented on GitHub:
You should go to http://localhost:8080/admin/diagnostics, so without the
/#/part, because that is used by the web-vault it self.Also, I'm not sure how and what you exactly migrated, but if you generated new rsa files which are used for the generation of the JWT, then it probably is an issue with that.
But first try to get the support string.