Can't create Organization #2345

Closed
opened 2025-10-09 18:00:38 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @mprasil on GitHub.

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. 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.
OVERLORD added the future Vaultbug labels 2025-10-09 18:00:38 +03:00
Author
Owner

@mprasil commented on GitHub:

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

@mprasil commented on GitHub: 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: starred/vaultwarden#2345