mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #1071] Error creating account after invitation #757
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#757
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 @evakq8r on GitHub (Jul 25, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1071
Issue: Unable to create a new Bitwarden account after invitation from the admin panel, due to error: Error converting value "_" to type 'System.Nullable`1[System.Guid]'. Path 'organizationUserId', line 1, position 3242.
Environment
Steps to reproduce
Expected behaviour
Actual behaviour
Relevant logs
@dani-garcia commented on GitHub (Jul 26, 2020):
That error looks from C#, are you sure you are using bitwarden_rs and not the official server?
@evakq8r commented on GitHub (Jul 26, 2020):
Yep, definitely bitwarden_rs (URL in the screenshot redirects to https://hub.docker.com/r/bitwardenrs/server/):
That's from the Apps store within Unraid.
@evakq8r commented on GitHub (Aug 9, 2020):
Closing this issue as I've worked around it with the official Bitwarden install on Unraid. While not in the App store in Unraid, managed to change the docker-compose to sit on one network and have them on a reverse proxy, which thus far has worked well. Not sure it's worth while spending time @dani-garcia on looking into this, but if you want me to test, I'll re-install your version and try and work out why the error comes up.