[GH-ISSUE #417] [ERROR] Web vault is not found #242

Closed
opened 2026-03-03 01:27:08 +03:00 by kerem · 2 comments
Owner

Originally created by @pdarcos on GitHub (Feb 26, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/417

I reinstalled my bitwarden_rs and now I can't seem to get it to recognize the web-vault any longer.
I have read https://github.com/dani-garcia/bitwarden_rs/issues/373 and it's a similar issue except I can't figure out why I keep getting the message [ERROR] Web vault is not found. To install it, please follow the steps in https://github.com/dani-garcia/bitwarden_rs/wiki/Building-binary#install-the-web-vault

I downloaded the compiled version from your releases page (version 2.8.0d) and unzipped into a newly created web-vault directory at the root of the server (/root/web-vault). I then tried the command line to enable that web-vault on docker run -v /root/web-vault:/web-vault (as I had done before without problems) and I still get the error message.
I then tried enabling it via -e WEB_VAULT_FOLDER=/root/web-vault and I'm getting the same error.

Probably a lack of sleep but I can't figure out what I'm doing wrong this second time around. It seems that it won't recognize my web-vault folder no matter where I put it or how I invoke it.

Any clues?

Thanks

Originally created by @pdarcos on GitHub (Feb 26, 2019). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/417 I reinstalled my bitwarden_rs and now I can't seem to get it to recognize the web-vault any longer. I have read https://github.com/dani-garcia/bitwarden_rs/issues/373 and it's a similar issue except I can't figure out why I keep getting the message [ERROR] Web vault is not found. To install it, please follow the steps in https://github.com/dani-garcia/bitwarden_rs/wiki/Building-binary#install-the-web-vault I downloaded the compiled version from your releases page (version 2.8.0d) and unzipped into a newly created web-vault directory at the root of the server (/root/web-vault). I then tried the command line to enable that web-vault on docker run -v /root/web-vault:/web-vault (as I had done before without problems) and I still get the error message. I then tried enabling it via -e WEB_VAULT_FOLDER=/root/web-vault and I'm getting the same error. Probably a lack of sleep but I can't figure out what I'm doing wrong this second time around. It seems that it won't recognize my web-vault folder no matter where I put it or how I invoke it. Any clues? Thanks
kerem closed this issue 2026-03-03 01:27:09 +03:00
Author
Owner

@mprasil commented on GitHub (Feb 26, 2019):

Are you building your docker image? The provided image comes with Vault built in.

Anyways looking at your docker run command, it seems like you need to point the WEB_VAULT_FOLDER to /web-vault as that's where you mount it inside the container.

<!-- gh-comment-id:467468593 --> @mprasil commented on GitHub (Feb 26, 2019): Are you building your docker image? The provided image comes with Vault built in. Anyways looking at your `docker run` command, it seems like you need to point the `WEB_VAULT_FOLDER` to `/web-vault` as that's where you mount it inside the container.
Author
Owner

@pdarcos commented on GitHub (Feb 26, 2019):

Thanks @mprasil

Yes I was building my own docker image which is where the problem was.

<!-- gh-comment-id:467531678 --> @pdarcos commented on GitHub (Feb 26, 2019): Thanks @mprasil Yes I was building my own docker image which is where the problem was.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#242
No description provided.