Error saving cipher error on Bitwarden rs
Hi friends, i followed the following tutorial step by step and installed bitwarden_rs succesfully :
https://www.linode.com/docs/guides/how-to-self-host-the-bitwarden-rs-password-manager/
However its doesnt seems to work,i cant save any passwords from pc and mobile either.I do get this error " Error saving cipher error"
Please tell how to fix this?
Here a screenshot: https://prnt.sc/10roir5
4 Replies
Im having the same problem, but I just found this: https://www.linode.com/community/questions/21147/how-do-i-notify-linode-that-a-guide-has-an-error-in-it
Thanks for pointing this,will try again.
Is there a option to do updates with this script when a new version of bitwarden is there?
Seems like when you declare "latest" itll always pull the latest version. I did get mine working, but Im no expert. Stop and remove your current docker container and rerun it with "latest" instead of the specific version number and it should start working.
Hi,
Yes it works now for me with changing the lines" bitwardenrs/server:latest"
Thanks.
As for updating when there is a new version for bitwarden you mean we should do this?
sudo docker stop bitwarden
sudo docker rm bitwarden
sudo docker run -d --name bitwarden -v /srv/bitwarden:/data -e WEBSOCKET_ENABLED=true -e SIGNUPS_ALLOWED=false -p 127.0.0.1:8080:80 -p 127.0.0.1:3012:3012 --restart on-failure bitwardenrs/server:latest