mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 17:12:43 -05:00
Error when adding item from the Bitwarden desktop app #3769
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 @titansmc on GitHub (Nov 15, 2018).
Hi,
I have this error
When trying to add an item to a collection from the desktop app, from the web vault it works fine.
@mprasil commented on GitHub (Nov 15, 2018):
Are you using the latest image. It should be fixed there.
@dani-garcia commented on GitHub (Nov 15, 2018):
@mprasil This seems different, the post is going to
/api/ciphers/create, we might need to create a new alias toPOST /api/ciphers/@mprasil commented on GitHub (Nov 15, 2018):
Yeah, that's true. I assume this is already going to be part of vault
2.6.0once that is released. Hopefully should be easy fix.@mprasil commented on GitHub (Nov 15, 2018):
For anyone affected by this. A simple workaround is to add the item to your local vault and then share the item to organization.
@dani-garcia commented on GitHub (Nov 19, 2018):
This should be fixed now