Reproduce:
- Have Optimize running on a remote server
- Login
Expected:
- Footer Websocket connects to remove server
Observed:
- Footer Websocket connects to localhost:8090
Hint:
- Usually, the Websocket runs on the same host and port as the site itself. Any proxy needs to forward the connection. This might get tricky in the dev-environment where we use the create-react-app proxy for api requests.