We have a custumised UI for our rasa chatbot that connects to the rasa server via a socket.io connection. We tried mapping our rasa server url “http://:<port.no>” to a url “https:///”. But the front end connectivity is truncating the part from the url and attaching the socket.io part. As such we are unable to establish connection to the rasa server. Is there other way other than creating a sub domain for establishing this connection.