Can't create Organization #71

Closed
opened 2025-11-07 06:21:22 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @mprasil on GitHub (Aug 13, 2018).

When creating organization, I get the following error:

POST /api/organizations application/json; charset=utf-8:
    => Matched: POST /api/organizations
    => Error: Couldn't parse JSON body: Error("invalid type: integer `0`, expected a string", line: 1, column: 600)
    => Outcome: Failure
    => Warning: Responding with 400 Bad Request catcher.
    => Response succeeded.

It looks like planType is now sent as Integer rather than string.

Originally created by @mprasil on GitHub (Aug 13, 2018). When creating organization, I get the following error: ``` POST /api/organizations application/json; charset=utf-8: => Matched: POST /api/organizations => Error: Couldn't parse JSON body: Error("invalid type: integer `0`, expected a string", line: 1, column: 600) => Outcome: Failure => Warning: Responding with 400 Bad Request catcher. => Response succeeded. ``` It looks like `planType` is now sent as Integer rather than string.
GiteaMirror added the bugfuture Vault labels 2025-11-07 06:21:22 -06:00
Author
Owner

@mprasil commented on GitHub (Aug 13, 2018):

Ah my bad, I was testing with master branch, this was already fixed in beta branch.

@mprasil commented on GitHub (Aug 13, 2018): Ah my bad, I was testing with master branch, this was already fixed in beta branch.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#71