hello, i am taking a course on rasa and i have a problem with my bot’s custom actions. I start the command:
docker run -it -v $ {pwd}: / app -p 5055: 5055 rasa / rasa: 1.10.0-full run actions --debug --auto-reload
for the server dedicated to action and so far so good.
I use the shell command for the bot in another pomprt and this part too:
docker run -it -v $ {pwd}: / app rasa / rasa: 1.10.0-full shell
But, what I try to talk to the bot at the first answer given is returned to me:
my endpoint.yml is:
action_endpoint: url: “http://localhost:5055/webhook”
and i am using windows10pro. could someone help me ??