mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-08-05 01:29:30 -05:00
[GH-ISSUE #5001] Cloning from organisation to personal vault fails - including odd(-ish) workaround #14832
Reference in New Issue
Block a user
Originally created by @richardwonka on GitHub (Sep 27, 2024).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/5001
Vaultwarden Support String
(diagnostics string below)
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden:
Vaultwarden Build Version
v1.32.0
Deployment method
Official Container Image
Custom deployment method
Homeassistant Addon
Reverse Proxy
nginx HA addon (up to date)
Host/Server Operating System
Linux
Operating System Version
Debian stable
Clients
Web Vault, Browser Extension, Desktop, iOS
Client Version
No response
Steps To Reproduce
Steps To Reproduce
-> FAILURE: Popup with Error message "The client has not provided an organization id!"
Workaround (continue from last step)
-> clone is successfully saved in personal vault.
Expected Result
saving clone to personal vault should succeed at first try
Actual Result
clone is only saved to personal vault after first failing to save to organisation vault without collections
Logs
No response
Screenshots or Videos
No response
Additional Context
Additional Context
reproduced multiple times in firefox tab.
bitwarden server running on current stable debian on raspberry pi 4b as homeassistant vaultwarden addon container.
First thought: This might be a race condition, due to slow-ish response from server. (client -> vpn -> home network -> raspi 4b)
Operating System
Windows 11, Debian (current)
Web Browser
Firefox 123.0.1
@BlackDex commented on GitHub (Sep 27, 2024):
Already fixed via #4879, either use
testingor wait for a new release.