Error creating account after invitation #2873

Closed
opened 2026-04-06 04:15:16 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @evakq8r on 7/25/2020

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

  • Bitwarden_rs version: 1.16.0
  • Install method: Unraid plugin
  • Reverse proxy and version: Using the latest version of linuxserver/letsencrypt

Steps to reproduce

  • Changed default port number to 8085 (to avoid conflict with other docker containers)
  • SIGNUPS_ALLOWED: true (was false, enabled as a test but doesn't change outcome)
  • INVITATIONS_ALLOWED: true
  • Added the LOG_FILE, LOG_LEVEL and EXTENDED_LOGGING variables from https://github.com/dani-garcia/bitwarden_rs/wiki/Logging, albeit the file/logs do not appear to be being generated.
  • All other settings are default
  • Logged into admin panel, setup SMTP settings, invited 2x users, received email with invite (points to an external domain address sitting behind my reverse proxy), attempt to create account after acknowledging invite.

Expected behaviour

  • Accounts created after invite received without error

Actual behaviour

  • Pressing Submit failed within a couple of seconds and received the error at the top of this issue.

Relevant logs

  • Unable to find any logs within the bitwarden installation folder (default for Unraid seems to be /mnt/user/appdata/bitwarden, no log files available).
  • Screenshot below after filling info in (screenshot has info removed for privacy, but all fields bar the optional password hint field are filled in normally)

image

*Originally created by @evakq8r on 7/25/2020* 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 * Bitwarden_rs version: 1.16.0 * Install method: Unraid plugin * Reverse proxy and version: Using the latest version of linuxserver/letsencrypt ### Steps to reproduce * Changed default port number to 8085 (to avoid conflict with other docker containers) * SIGNUPS_ALLOWED: true (was false, enabled as a test but doesn't change outcome) * INVITATIONS_ALLOWED: true * Added the LOG_FILE, LOG_LEVEL and EXTENDED_LOGGING variables from https://github.com/dani-garcia/bitwarden_rs/wiki/Logging, albeit the file/logs do not appear to be being generated. * All other settings are default * Logged into admin panel, setup SMTP settings, invited 2x users, received email with invite (points to an external domain address sitting behind my reverse proxy), attempt to create account after acknowledging invite. ### Expected behaviour * Accounts created after invite received without error ### Actual behaviour * Pressing Submit failed within a couple of seconds and received the error at the top of this issue. ### Relevant logs * Unable to find any logs within the bitwarden installation folder (default for Unraid seems to be /mnt/user/appdata/bitwarden, no log files available). * Screenshot below after filling info in (screenshot has info removed for privacy, but all fields bar the optional password hint field are filled in normally) ![image](https://user-images.githubusercontent.com/14250328/88455225-c3a39680-ceb2-11ea-8f07-8033f67e6773.png)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#2873