mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #2124] Can't create Organisation. #1164
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#1164
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 @LiamKarlMitchell on GitHub (Dec 1, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2124
Subject of the issue
Can't create Organisation, getting a TypeError: Cannot read properties of undefined (reading 'hasAdditionalSeatsOption')
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: ADMIN_TOKEN
Reverse proxy and version: nginxproxymanager
Other relevant details:
Steps to reproduce
Admin has my email in the Organisation Users setting.
I previously set the env variable for enabling admin page and set this up.
I login and try to create an Organisation.
Expected behavior
Create an Organisation
Actual behavior
core.js:6210 ERROR TypeError: Cannot read properties of undefined (reading 'hasAdditionalSeatsOption')
Troubleshooting data
The page does not seem to have labels on these inputs.
And might be missing some options?
Happens even if I uncheck "This account is owned by a business."
@BlackDex commented on GitHub (Dec 1, 2021):
Looks like you do not have HTTP enabled.
And i see that you have configured the
org_creation_usersconfig.If the mail address you filled in there exactly matches the mail address you use to login into the web-vault then that is ok.
But you really need to configure your
DOMAINcorrectly, and you really need HTTPS.@LiamKarlMitchell commented on GitHub (Dec 1, 2021):
I have nginx proxy manager handling https and domain just fine :)
Randomly it worked when I tried it in Opera rather than Chrome.
Edit: Actually, it only errors if I check the "This account is owned by a business.", I retried in chrome and it works there without checking that option.
@BlackDex commented on GitHub (Dec 1, 2021):
This is already fixed in the latest
testingversion.See
github.com/dani-garcia/bw_web_builds@1e990dd7ae