Problem with socket.io connection

I used socket.io client tool, attaching the link (Socket.io client tool) . The error that constantly kept popping up was the timeout error so I was not able to establish the connection between the rasa x server that is launched by ec2 instance of AWS. I guess port no. 8080 is not being able to connect with the rasa x action server which runs on a different port. Also the action server is deployed in docker hub, any ideas on how to connect socket io to the rasa server???

You need to specify socket.io in the credentials for your rasa server, not your action server. This would usually run on port 5005. If you’ve deployed using the instructions for docker-compose installation of Rasa X (which is what I gather, please correct me if I’m wrong), then you should follow these instructions for adding credentials: