mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 16:42:18 -05:00
NPM websocket error #2232
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 @Domiking001 on GitHub (Apr 9, 2025).
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Config:
Vaultwarden Build Version
1.33.2
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
nginx proxy manager
Host/Server Operating System
Linux
Operating System Version
No response
Clients
Web Vault
Client Version
No response
Steps To Reproduce
Expected Result
Websocket should work
On the Proxy configuration page there's sadly no config for nginx proxy manager. I built my own, but it shows an error in the Diagnostics page. Does someone have a working nginx proxy manager config?
Actual Result
Websocket is showing error in Diagnosics page
Logs
Screenshots or Videos
No response
Additional Context
no custom location in nginx proxy manager.
Advanced options:
location / {
proxy_http_version 1.1;
}
location /notifications {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
}