mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 17:12:43 -05:00
[GH-ISSUE #6638] Organization creation fails in web vault with "Cannot read properties of undefined (reading 'find')" - v1.35.1 #19265
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 @aknanai on GitHub (Dec 30, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6638
Prerequisites
Vaultwarden Support String
Description
Creating a new organization in the web vault fails with a JavaScript error.
Steps to Reproduce
Expected Behavior
Organization should be created successfully.
Actual Behavior
Error popup appears: "Cannot read properties of undefined (reading 'find')"
Browser Console Error
console-log.service.ts:51 Async submit exception: TypeError: Cannot read properties of undefined (reading 'find')
at bit-submit.directive.ts:48
at catchError.ts:117
Environment
Workaround
Downgrading to version 1.34.0 resolves the issue. Organization creation works normally in 1.34.0.
Vaultwarden Build Version
1.35.1
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
nginx
Host/Server Operating System
Linux
Operating System Version
Synology 7.x
Clients
Web Vault
Client Version
No response
Steps To Reproduce
Expected Result
Expected Behavior
Organization should be created successfully.
Actual Result
Actual Behavior
Error popup appears: "Cannot read properties of undefined (reading 'find')"
Logs
Screenshots or Videos
No response
Additional Context
No response
@stefan0xC commented on GitHub (Dec 30, 2025):
Oh, thanks. Seems like I missed patching out this particular change
12222e39b4inweb-v2025.12.1which does not work because we don't have any plans in Vaultwarden. I will create a PR for this shortly.@ln-12 commented on GitHub (Dec 31, 2025):
@stefan0xC There seems to be a similar issue when trying to enable the option "Log in with passkey" under
Settings->Securitywhere I get the error:Could you look into that as well here or should I create a new issue?
@stefan0xC commented on GitHub (Dec 31, 2025):
@ln-12 that option is not supported yet and should already be hidden via CSS
3e2cef7e8b/src/static/templates/scss/vaultwarden.scss.hbs (L57-L60)@Karbust commented on GitHub (Dec 31, 2025):
When will this change be rolled out? New instance, don't want to start with an older version just to be able to create an organization.
Thank you for the quick fix.
@ln-12 commented on GitHub (Dec 31, 2025):
@stefan0xC Well, for me it's definitely visible in 2025.12.1:
@stefan0xC commented on GitHub (Dec 31, 2025):
@ln-12 Does your browser block the
/css/vaultwarden.cssfile? Or do you have perhaps overwritten the vaultwarden.scss.hbs template?@ln-12 commented on GitHub (Dec 31, 2025):
After clearing the browser cache it works now. Seems like the old
vaultwarden.csswas still used. Sorry, my bad.@rivolity commented on GitHub (Dec 31, 2025):
Big Issue on that
On a fresh Vaultwarden deployment, a user who has permission to create organizations encounters a frontend error when attempting to create their first organization.
The UI displays an error and the organization is not created.
I downgraded to 1.34 to create the organization and switched back to 1.35.1
Just need to know why the bug is closed ?
@stefan0xC commented on GitHub (Dec 31, 2025):
probably because of my comment in this PR https://github.com/dani-garcia/bw_web_builds/pull/224 (the web-vault still needs to be released and then also used before this is truly resolved).
@xxcbzxx commented on GitHub (Jan 3, 2026):
vaultwarden-server:latest
returns the same, still having issues with creating organisation,
deployment method: portainer via Swarm
@esperc commented on GitHub (Jan 3, 2026):
I'm in the exact same boat. What will be the path to fixing the issue with docker? Just repull the :latest image?
@BlackDex commented on GitHub (Jan 3, 2026):
No you need the
:testingimage which is based upon main.@ditahkk commented on GitHub (Jan 3, 2026):
Thanks for fixing this bug over the holidays, the
tag: "testing-alpine"works well for creating orgs via the Web@lakemike commented on GitHub (Jan 7, 2026):
Same for me with a fresh install. Happy to report once this is out of testing. Also- Happy New Year and by this channel, huge thanks to everyone contributing to vaultwarden!
@delasource commented on GitHub (Jan 8, 2026):
when can we expect testing to be merged into latest/stable ?
@stefan0xC commented on GitHub (Jan 9, 2026):
That's not how this works. Like
testingthe latest release is also build from themainbranch so the fix is already merged. (The difference is thattestingis always build from the head of the branch while releases are tagged versions meaning fixed points in time, that are deemedstableat the time.)If you are asking when is the next release then please see this FAQ for a general answer. Given that there is already a PR pending https://github.com/dani-garcia/vaultwarden/pull/6686 for the issue mentioned here https://github.com/dani-garcia/vaultwarden/pull/6646#issuecomment-3723095246 I'm guessing that it will be hopefully be in the next few days...
@lakemike commented on GitHub (Jan 10, 2026):
I got the new version today via TrueNAS docker app. Seems to work! Thanks!
@XtheCutterBetOn commented on GitHub (Jan 15, 2026):
Thanks
New one image: vaultwarden/server:1.35.2 is fixed
@GammaScorpii commented on GitHub (Jan 16, 2026):
I'm on 1.35.2 image and still seem to have this issue? Can't seem to create organizations.
@stefan0xC commented on GitHub (Jan 16, 2026):
Are you using a custom web-vault? If you open
/vw-version.jsondoes it say{"version":"2025.12.1+build.3"}? You might have the old web-vault still cached, so you might want to force reload (Ctrl+Shift+R) your site.@lakemike commented on GitHub (Jan 16, 2026):
Do you still see the error message as per subject of this issue?