mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #253] Error when adding item from the Bitwarden desktop app #132
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#132
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/253
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