-
|
So, I updated my VW server from 2025.07.0 to the latest one. At the time of the update I still had the admin section open, so I clicked on diagnostics to see if it got updated to the latest version, and diagnostics page was loading for 40s. Seeing how update was talking about argon2id warning, I checked the token, and it had single $ where it was supposed to be doubled up, even though I generated it with in the past with: I then |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It should only have single |
Beta Was this translation helpful? Give feedback.
-
|
Access to admin is for me only. I removed extra $ from admin panel, saved it, and now I can log in with the password. I'll keep and eye on this on the next update cycle, that I am not thrown off by this, if it happens again. Thanks for the help :) |
Beta Was this translation helpful? Give feedback.
It should only have single
$in the/adminpanel. If you saved it there with$$(and you have aconfig.json- which by the way would also take precedence over environment variables) then that would explain why it does not work anymore because the interpolation only applies to docker-compose.yml and not generally.