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
I'm trying to run the ui behind a haproxy to get ssl encryption. But the app tries to call ws:// instead of wss:// for the websocket which obviously blocks the connection in the browser. It would be great for security if this could be fixed if this is a bug and I'm not missing something in my config?