-
|
When trying to switch to an argo2 ADMIN_TOKEN I ran into the following error and the vaultwarden server won't start.
I used the following configuration information and tried both the https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token. At the end I switched back to a random value Maybe someone can help me in the right direction and I am just overlooking something. Some details: Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Please check again if you really have escaped all five occurrences of At least I get the same error message if I simply remove the fifth |
Beta Was this translation helpful? Give feedback.
-
|
The salt can't be larger then 128bits, which is 32 characters. The And as @stefan0xC mentioned, make sure all the |
Beta Was this translation helpful? Give feedback.
-
|
Thank you all, at the end I missed one So after removing the It comes very accurate and is unforgiving. Thank you all for the support. |
Beta Was this translation helpful? Give feedback.
Please check again if you really have escaped all five occurrences of
$. Because it sounds like you might have only escaped the first four.At least I get the same error message if I simply remove the fifth
$: