mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-19 05:12:01 -05:00
HTTP 500 on api/organization #272
Reference in New Issue
Block a user
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 @PeterHasitschka on GitHub (Apr 10, 2019).
Hey guys!
Just set up the container on my raspberry using
mprasil/bitwarden:raspberry.Works fine so far (Congrats on the fantastic work btw), unless managing my subscriptions on my organization.
On the web interface the API responses a 500. The log file returns the following message:
Sytem used:
My docker-compose
Got any idea what could cause that error?
Best,
Peter
@mprasil commented on GitHub (Apr 10, 2019):
So you're trying to create organization if I understand you right? I presume you're using web Vault to do that? Are there any extra steps to reproduce this?
@RomanHargrave commented on GitHub (Apr 10, 2019):
It could be org management. In my experience creating organizations works correctly, but tasks like inviting users can be troublesome.
@mprasil commented on GitHub (Apr 10, 2019):
Well I'm not sure what would generate a
GETcall on/api/organizationso that's why I'm asking. I'd expectPOSTthere.@RomanHargrave can you maybe provide some steps to reproduce these issues? It should work just fine.
@PeterHasitschka commented on GitHub (Apr 10, 2019):
Hi @mprasil!
I've already created an organization, selected the free-version - all via web-interface and another person. Worked fine so far.

The error occurs whenever i want to switch to the subscriptions-tab inside the organization settings
Hope that helps!
@mprasil commented on GitHub (Apr 10, 2019):
Ah that makes sense. This wasn't implemented as there is no paywall in bitwarden_rs. So it doesn't work but you don't need it for premium features anyways.
@mprasil commented on GitHub (Apr 10, 2019):
I'm going to close this as I believe the question was answered, but feel free to reopen if more information is needed.
@RomanHargrave this issue is about functionality that isn't implemented, yours sounds unrelated. If you can get some steps to reproduce your problem or you want some help getting that sort of info to troubleshoot your installation, please open new issue.