Hi all,
Today, I tried to invite a new user to my organization using their gmail email address and I got an error. I then tried to invite another user that uses the same domain as mine, and it failed with same error. I am on the latest version of the Vaultwarden docker image.
This is what I see in the container logs:
Matched: POST /api/organizations/<org_id>/users/<user_org>/reinvite (reinvite_user)
Error: Address.
[CAUSE] InvalidDomain
=> Outcome: Success
POST /api/organizations/<org_id>/users/<user_org>/reinvite (reinvite_user) => 400 Bad Request
=> Response succeeded.
GET /:
=> Matched: GET / (web_index)
=> Outcome: Success
=> Response succeeded.
Says Error: Address
, but not sure what that means as the email I type is valid: username@gmail.com
or user@domain.tld
.
This is what I see when I am logged into the web gui:
Any thoughts or ideas?
TIA