Replies: 1 comment
-
Part from that WebSocket error which looks like a wrong configuration of HAProxy (See: https://github.com/dani-garcia/bitwarden_rs/wiki/Proxy-examples) Converting to a discussion because it's a duplicate. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions