diff --git a/ui/src/App.vue b/ui/src/App.vue index ee3cf8d..d9a07b4 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -91,6 +91,7 @@ export default { const socket = io(serverUrl, { forceNew: true, reconnection: false, + withCredentials: true, // needed for cookie-based sticky-sessions auth, }); socket.once("connect", () => {