mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 09:03:15 -05:00
[GH-ISSUE #1375] WebSocket not sincronizing organizations items #9743
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 @Basajaun on GitHub (Feb 9, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1375
Subject of the issue
WebSocket notifications return error when trying to sync an item of an organization.
Personal items are synced OK
Your environment
Steps to reproduce
Setup websocket them:
Try to create/edit and item in a personal vault (this shoud go fine)
Try to create/edit and item inside a organization (been owner of it or with permission to write on it) (this fails)
Expected behaviour
Push change every 14 seconds
Actual behaviour
Error on websocket logs appears
Relevant logs
[2021-02-09 14:03:27.028][parity_ws::io][INFO] Accepted a new tcp connection from 10.178.38.2:11449.
[2021-02-09 14:03:27.028][parity_ws::handler][ERROR] WS Error <Io(Kind(InvalidData))>: Missing access token
@BlackDex commented on GitHub (Feb 9, 2021):
Part from that WebSocket error which looks like a wrong configuration of HAProxy (See: https://github.com/dani-garcia/bitwarden_rs/wiki/Proxy-examples)
This is a duplicate of: #771
Converting to a discussion because it's a duplicate.