mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Admin Page unable to read the changed value in config.json #831
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 @wcjxixi on GitHub (Oct 13, 2020).
I change the value of setting in Admin Page, it can write to config.json, but when I change value of setting in config.json directly, Admin Page unable to read the changed value in config.json.
I have tried to clear the browser's cooke and cache, but still the same.
I think the permissions of the config.json file are correct.
My Environment
@BlackDex commented on GitHub (Oct 13, 2020):
Did you also restarted bitwarden? Because it only reads that file during start.
@wcjxixi commented on GitHub (Oct 14, 2020):
Thank you, it has been resolved, as you said, bitwarden needs to be restarted