mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 00:53:23 -05:00
[GH-ISSUE #266] WebSockets stop working after a while #8951
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 @pew on GitHub (Nov 21, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/266
Hi,
I'm using the current bitwarden_rs
mprasil/bitwarden:1.4.0-alpinedocker image withWEBSOCKET_ENABLED=trueconfigured (and caddy as my proxy, also with websockets enabled), I also have a healthcheck configured for port 80 and 3012 within the container.After one to two minutes the healthcheck for 3012 is failing. Container log:
with the backtrace enabled:
@dani-garcia commented on GitHub (Nov 21, 2018):
I removed the unwrap that was making the code panic. It should be fixed now in the latest master
@mprasil commented on GitHub (Nov 21, 2018):
Note that there's a fix in #263 to allow us building alpine image again. So if you want to test the fix now, you need to build manually (with the alpine fix applied) or wait until that gets merged.
@mprasil commented on GitHub (Nov 21, 2018):
The changes were now merged and the alpine image is now building. Give it about an hour and it should be available.