mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #450] HTTP 500 on api/organization #273
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#273
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/450
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.