mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
WebSocket notifications problems #663
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 @Panja0 on GitHub (Mar 27, 2020).
I have Bitwarden_RS running on my Synology - Docker.
Creating users, webpage etc is working great. Except (auto) syncing the desktop app and browser extension through webSocket notifications.
WEBSOCKET_ENABLED=true has been set.
Auto syncing is not working and I'm seeing the following error in the logs:
[ws::handler][ERROR] WS Error <Io(Kind(InvalidData))>: Missing id or access token
Any one have a clue what's going on?
I have created a bitwarden.conf file in /etc/nginx/sites-enabled with the following config:
@sentriz commented on GitHub (Mar 27, 2020):
may be fixed now: https://github.com/dani-garcia/bitwarden_rs/pull/932
@Panja0 commented on GitHub (Mar 27, 2020):
Sounds good!
Will have a look later on this weekend and report back.
Thx!
@Panja0 commented on GitHub (Mar 27, 2020):
It's indeed fixed with the latest version. Many thanks!