[GH-ISSUE #774] web-vault patch doesn't work with v2.12.0 #533

Closed
opened 2026-03-03 01:30:16 +03:00 by kerem · 2 comments
Owner

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

As the title says, I'm following the wiki and there's no v2.12.0 patch available, so I tried using the available v2.11.0.patch but git doesn't like it.

:~/web-vault# git apply v2.11.0.patch
error: unrecognized input

Does the patch need updating to be compatible with current v.2.12.0?

Originally created by @pdarcos on GitHub (Dec 20, 2019). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/774 As the title says, I'm following the wiki and there's no v2.12.0 patch available, so I tried using the available v2.11.0.patch but git doesn't like it. :~/web-vault# git apply v2.11.0.patch error: unrecognized input Does the patch need updating to be compatible with current v.2.12.0?
kerem closed this issue 2026-03-03 01:30:17 +03:00
Author
Owner

@manofthepeace commented on GitHub (Dec 20, 2019):

It works fine with latest web vault code;

cd code/bitwarden/web (This is the official "web" repo of bitwarden)
git apply ../bw_web_builds/patches/v2.11.0.patch (dani-garcia's repo)

Otherwise you can just use the prebuilt vault from here; https://github.com/dani-garcia/bw_web_builds/releases then you dont need to patch and build yourself.

<!-- gh-comment-id:568009962 --> @manofthepeace commented on GitHub (Dec 20, 2019): It works fine with latest web vault code; cd code/bitwarden/web (This is the official "web" repo of bitwarden) git apply ../bw_web_builds/patches/v2.11.0.patch (dani-garcia's repo) Otherwise you can just use the prebuilt vault from here; https://github.com/dani-garcia/bw_web_builds/releases then you dont need to patch and build yourself.
Author
Owner

@pdarcos commented on GitHub (Dec 21, 2019):

Sorry. Silly mistake.
Working fine indeed

<!-- gh-comment-id:568138901 --> @pdarcos commented on GitHub (Dec 21, 2019): Sorry. Silly mistake. Working fine indeed
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#533
No description provided.