Can't create Organization #71

Closed
opened 2026-02-20 07:35:48 -05:00 by deekerman · 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.
deekerman 2026-02-20 07:35:48 -05: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.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#71
No description provided.