mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 00:25:37 -05:00
[GH-ISSUE #344] Error adding cipher to folder #12983
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 @bassarf on GitHub (Jan 16, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/344
When adding an item and assigning that to a folder during the creating process I get an "Error adding cipher to folder" error. In the original bitwarden server this is no problem.
Steps to reproduce
This should work with any app (web, android, browser-plugin,...)
Worth noting that: when you create an item and you edit it and move it to a folder after it is created, that is no problem. Just in the initial creation process we get this error
@dani-garcia commented on GitHub (Jan 16, 2019):
This is probably caused by
4bf32af60e, specifically moving the save after the move. When the cipher doesn't exist, we can't create the cipher<->folder mapping.@dani-garcia commented on GitHub (Jan 16, 2019):
Should be fixed now, in
1ce2587330.@bassarf commented on GitHub (Jan 18, 2019):
just reporting back, that I could test it successfully.
Thank you for the quick fix