A focused Docker Compose management web application.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: error message when logging out

Brooke 7e363e14 16cee306

+1
+1
packages/panel/src/lib/api/realtime.svelte.ts
··· 61 61 handleEvent(event); 62 62 } 63 63 } catch (err) { 64 + if (signal.aborted) return; 64 65 error("Connection to server lost", [ 65 66 "Your connection to the server was lost: " + (err instanceof Error ? err.message : String(err)), 66 67 "Luminary will attempt to reconnect automatically. If the issue persists, please check your network connection and the server status.",