mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
aestethics problem in bitwarden logs #2031
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 @pilot1981 on GitHub (Sep 24, 2024).
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden:
Vaultwarden Build Version
0.23.0 on Home Assisstant (1.32.0 of BitWarden)
Deployment method
Other method
Custom deployment method
deployed using official add-on for Home Assistant
Reverse Proxy
NA
Host/Server Operating System
Linux
Operating System Version
Home Assistant 2024.09.01
Clients
Desktop
Client Version
2024.9.0
Steps To Reproduce
Expected Result
not errors in logs
Actual Result
all seems to works fine
Logs
Screenshots or Videos
NA
Additional Context
All seems to rosk fine but I found this logs every time I access to my vault:
[2024-09-24 09:35:56.087][request][INFO] GET /notifications/hub?access_token=xxxxxxxxx
[2024-09-24 09:35:56.088][vaultwarden::api::notifications][INFO] Accepting Rocket WS connection from 77.89.47.194
[2024-09-24 09:35:56.088][vaultwarden::auth][ERROR] Issuer is invalid
[2024-09-24 09:35:56.088][vaultwarden::api::notifications][ERROR] Invalid token
[2024-09-24 09:35:56.088][response][INFO] (websockets_hub) GET /notifications/hub?<data..> => 401 Unauthorized
[2024-09-24 09:36:37.145][request][INFO] GET /api/auth-requests/
[2024-09-24 09:36:37.148][response][INFO] (get_auth_requests) GET /api/auth-requests => 200 OK
Expected behavior
no error in logs
Actual behavior
all seems to work fine
Steps to reproduce
try to access to vault using windows desktop app for windows 10
Proposed changes
NA