mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 09:03:15 -05:00
[GH-ISSUE #6644] Async submit exception: "Cannot read properties of undefined (reading 'find')" when creating new organization in web vault #11306
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 @doko89 on GitHub (Dec 31, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6644
Prerequisites
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: DOMAIN, SIGNUPS_ALLOWED, ADMIN_TOKEN, SMTP_HOST, SMTP_SECURITY, SMTP_PORT, SMTP_FROM, SMTP_FROM_NAME, SMTP_USERNAME, SMTP_PASSWORD
Config:
Vaultwarden Build Version
1.35.1
Deployment method
OS Package (apt, yum/dnf, pacman, apk, nix, ...)
Custom deployment method
Standalone binary (Not containerized)
Reverse Proxy
Caddy web server
Host/Server Operating System
Linux
Operating System Version
ubuntu 24.04
Clients
Web Vault
Client Version
2025.12.1
Steps To Reproduce
Log in to Vaultwarden web vault at https://secret.nex.my.id/
Navigate to Organizations section
Click "Create new organization" button
Fill in organization details (name, etc.)
Click "Save" or "Create" button
Observe error in browser console (F12 → Console tab)
Expected Result
A new organization should be created successfully and saved to the database. The user should be redirected to the organization view or receive a success confirmation message.
Actual Result
When attempting to create a new organization, an async submit exception occurs:
TypeError: Cannot read properties of undefined (reading 'find')
The error appears in the browser console at:
console-log.service.ts:51
bit-submit.directive.ts:48
catchError.ts:117
The error occurs twice consecutively. The form submission fails, no organization is created, and no data is saved to the database.
Logs
Screenshots or Videos
Additional Context
No response
@BlackDex commented on GitHub (Dec 31, 2025):
#6638