mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-02 22:57:18 -05:00
Possible websocket issue with remote icon loading? #1326
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
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#1326
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 @echto on GitHub (Jul 10, 2022).
I am having trouble narrowing down this issue.
Arch OS package : vaultwarden 1.25.0
Reverse proxy : Nixos nginx/1.16.1
Database : Nixos postgres (PostgreSQL) 14.4
I keep losing the SSH connection (send disconnect: Broken pipe) to an Arch linux VM that runs vaultwarden. Rebooting the VM restores network connectivity. Could this issue be related to websockets and when the internal icon download service cannot find an icon, i.e. '404 Not Found' ? I am assuming the default icon downloading service is internal. No icon service is defined in vaultwarden.env. Please see the following pastebin link for log. Is it normal to see a burst of 'parity_ws::handler][DEBUG] Handler received' messages?
https://pastebin.com/vYRjEAmE
@BlackDex commented on GitHub (Jul 11, 2022):
Could you please try the
testingtagged images please, and see if that solves it? Those versions do not useparity_wsanymore.@echto commented on GitHub (Jul 11, 2022):
I will try that.
@echto commented on GitHub (Jul 12, 2022):
Issue resolved. Please close.