WebSocket Connection Issue with Docker Compose and React JS
I’m encountering an issue with WebSocket connections when using Docker Compose to run a Kaldi server and a React JS frontend. The setup works fine when the Kaldi server is run in a container and the Node.js server is run on the local machine. However, when both are run in Docker containers, the WebSocket connection fails.