Websocket communication bewteen react program and qt program cannot be established.
0
Hello Community, We want to develop an industrial edge app with a react front end and a qt backend. The communication between the two programs is the WebSocket protocol. In the development environment, running the two dockers with the docker-compose file is no problem. However, when I upload my program to the IPC227G then the communication between the two programs cannot be established. I have tried without reverse proxy and also with the reverse proxy. And then also with secure mode wss and without secure mode ws. All the situation worked fine but after upload to the ipc then the connection cannot be established anymore.