Error when adding item from the Bitwarden desktop app #3769

Closed
opened 2026-03-07 19:10:54 -06:00 by GiteaMirror · 5 comments
Owner

Originally created by @titansmc on GitHub (Nov 15, 2018).

Hi,
I have this error

POST /api/ciphers/create application/json; charset=utf-8:
    => Matched: POST /api/ciphers/<uuid>
    => Error: Couldn't parse JSON body: Error("missing field `Type`", line: 1, column: 568)
    => Outcome: Failure
    => Warning: Responding with 400 Bad Request catcher.
    => Response succeeded.

When trying to add an item to a collection from the desktop app, from the web vault it works fine.

Originally created by @titansmc on GitHub (Nov 15, 2018). Hi, I have this error ```` POST /api/ciphers/create application/json; charset=utf-8: => Matched: POST /api/ciphers/<uuid> => Error: Couldn't parse JSON body: Error("missing field `Type`", line: 1, column: 568) => Outcome: Failure => Warning: Responding with 400 Bad Request catcher. => Response succeeded. ```` When trying to add an item to a collection from the desktop app, from the web vault it works fine.
GiteaMirror added the bugfuture Vault labels 2026-03-07 19:10:55 -06:00
Author
Owner

@mprasil commented on GitHub (Nov 15, 2018):

Are you using the latest image. It should be fixed there.

@mprasil commented on GitHub (Nov 15, 2018): Are you using the latest image. It should be fixed there.
Author
Owner

@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 to POST /api/ciphers/

@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 to `POST /api/ciphers/`
Author
Owner

@mprasil commented on GitHub (Nov 15, 2018):

Yeah, that's true. I assume this is already going to be part of vault 2.6.0 once that is released. Hopefully should be easy fix.

@mprasil commented on GitHub (Nov 15, 2018): Yeah, that's true. I assume this is already going to be part of vault `2.6.0` once that is released. Hopefully should be easy fix.
Author
Owner

@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.

@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.
Author
Owner

@dani-garcia commented on GitHub (Nov 19, 2018):

This should be fixed now

@dani-garcia commented on GitHub (Nov 19, 2018): This should be fixed now
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#3769