mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Can't get into admin page #1257
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 @Gooberpatrol66 on GitHub (Apr 23, 2022).
Subject of the issue
Deployment environment
Install method: OS package
Clients used:
Reverse proxy and version:
MySQL/MariaDB or PostgreSQL version: postgres 13.5
Other relevant details:
Steps to reproduce
set ADMIN_TOKEN in /etc/vaultwarden.env, restart vaultwarden service, go to vaultwarden/admin page, copy/paste token into field, press enter
Expected behaviour
admin page loads
Actual behaviour
the page to enter the token just reloads
Troubleshooting data
@BlackDex commented on GitHub (Apr 23, 2022):
A few things i think which could be the case. Either wrong token. Or some browser extension is blocking cookies. Or something is wrong with the DOMAIN config which could cause some weird issues.
Or... Something wrong with with the reverse proxy.