Organization creation fails in web vault with "Cannot read properties of undefined (reading 'find')" - v1.35.1 #195

Closed
opened 2026-04-05 20:36:56 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @aknanai on 12/30/2025

Prerequisites

Vaultwarden Support String

Description

Creating a new organization in the web vault fails with a JavaScript error.

Steps to Reproduce

  1. Log into web vault
  2. Click "+ New organization"
  3. Enter organization name and email
  4. Click "Submit"

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

  • Vaultwarden version: 1.35.1
  • Platform: Synology NAS (Docker)
  • Browser: Microsoft Edge (also tested in incognito)

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

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. Click on '...'
  5. Etc '...'

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

*Originally created by @aknanai on 12/30/2025* ### Prerequisites - [x] I have searched the existing **Closed _AND_ Open** [Issues](https://github.com/dani-garcia/vaultwarden/issues?q=is%3Aissue%20) **_AND_** [Discussions](https://github.com/dani-garcia/vaultwarden/discussions?discussions_q=) - [x] I have searched and read the [documentation](https://github.com/dani-garcia/vaultwarden/wiki/) ### Vaultwarden Support String ## Description Creating a new organization in the web vault fails with a JavaScript error. ## Steps to Reproduce 1. Log into web vault 2. Click "+ New organization" 3. Enter organization name and email 4. Click "Submit" ## 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 - Vaultwarden version: 1.35.1 - Platform: Synology NAS (Docker) - Browser: Microsoft Edge (also tested in incognito) ## 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 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. Click on '...' 5. Etc '...' ### Expected Result ## Expected Behavior Organization should be created successfully. ### Actual Result ## Actual Behavior Error popup appears: "Cannot read properties of undefined (reading 'find')" ### Logs ```text ``` ### Screenshots or Videos _No response_ ### Additional Context _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#195