mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 17:23:04 +03:00
Error creating account after invitation #1660
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 @evakq8r on GitHub.
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
@evakq8r commented on GitHub:
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.
@evakq8r commented on GitHub:
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.
@dani-garcia commented on GitHub:
That error looks from C#, are you sure you are using bitwarden_rs and not the official server?