You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After about 5 minutes of idling on the web interface (specifically the /logs route) I get logged out. It doesn't log me out if I close the page and reopen it again (way) later than 5 minutes after, so I guess this isn't expected behavior.
Desktop (please complete the following information):
OS: Debian 12
Browser: Microsoft Edge (yes, really)
Version: Latest Docker image (v3.4.3 I suppose, couldn't find version info in the logs or in the UI)
Additional context
When I'm on the logs page, there's not much in the client side javascript console, besides "WebSocket connection closed. Reconnecting in 1s..." when the disconnect happens.
On another page it did in fact refresh the page after pretty much exactly 5 minutes (and went to the login screen) with these js messages:
Describe the bug
After about 5 minutes of idling on the web interface (specifically the /logs route) I get logged out. It doesn't log me out if I close the page and reopen it again (way) later than 5 minutes after, so I guess this isn't expected behavior.
To Reproduce
Steps to reproduce the behavior:
Step 2 appears to be optional.
Expected behavior
Staying logged in.
Logs
2025-03-03 18:33:39 - INFO - ('192.168.178.132', 50749) - "WebSocket /v3/logs/stream" [accepted]
2025-03-03 18:33:39 - INFO - connection open
(opened the page)
2025-03-03 18:38:08 - INFO - 192.168.178.132:50323 - "OPTIONS /v3/users/refresh-token HTTP/1.1" 200
2025-03-03 18:38:08 - INFO - 192.168.178.132:50323 - "POST /v3/users/refresh-token HTTP/1.1" 200
2025-03-03 18:38:15 - WARNING - 192.168.178.132:50382 - "POST /v3/users/refresh-token HTTP/1.1" 401
2025-03-03 18:38:15 - INFO - 192.168.178.132:50382 - "OPTIONS /v3/users/logout HTTP/1.1" 200
2025-03-03 18:38:15 - INFO - 192.168.178.132:50382 - "POST /v3/users/logout HTTP/1.1" 200
2025-03-03 18:38:15 - INFO - connection closed
2025-03-03 18:38:15 - ERROR - WebSocket error:
(got logged out, log window clears, shows spinning load icon)
2025-03-03 18:43:08 - INFO - 192.168.178.132:50645 - "POST /v3/users/refresh-token HTTP/1.1" 200
(I F5'd)
Desktop (please complete the following information):
Additional context
When I'm on the logs page, there's not much in the client side javascript console, besides "WebSocket connection closed. Reconnecting in 1s..." when the disconnect happens.
On another page it did in fact refresh the page after pretty much exactly 5 minutes (and went to the login screen) with these js messages:
The text was updated successfully, but these errors were encountered: