Rasa Open Source docker compose deploy http no work

Hello I am using RASA with docker compose, I already built the container with docker-compose build and now I it up with docker-compose up. the chatbot is on an ubuntu server with an IP 10.0.2.68 and the fronendt is on another server with 10.0.2.5, I’m using botfront for the widget, but it doesn’t connect, I get an error that the connection to 10.0.2.68:5005 is rejected because it doesn’t use Http protocol. in the docker-compose.yml is already: run -m models --enable-api --cors “*”

How can I consume the chatbot from the other server? HELP Hola

Estoy usando RASA con docker compose, ya construí el contenedor con docker-compose build y ahora lo levanto con docker-compose up. el chabot esta en un ubuntu server con una IP 10.0.2.68 y el front esta en otro server con 10.0.2.5, estoy usando botfront para el widget, pero no se conecta, Sale un error que la conexion a 10.0.2.68:5005 es rechazada porque no usa protcolo Http. en el docker-compose.yml si esta: run -m models --enable-api --cors “*”

Como puedo consumir el chatbot desde el otro servidor? HELP

@juan_bustamant few questions:

  1. your rasa x IP address is secured? or Do have domain name?
  2. Share the socketURL snippet code of botfront.

Thanks.

Im not use Rasa X, I dont have domine name, is a private red.

code of botfrom:

take from:

With this params:

initPayload: ‘/greet’, customData: { language: “es” }, socketUrl: “http://10.0.2.68:5005”, title: “Bienvenid@”, inputTextFieldHint: “Escribe un mensaje…”, showMessageDate: true,