mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #266] WebSockets stop working after a while #136
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#136
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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.