Connecting my Rasa chatbot to botium with ngrok

Hello, I just started discovering Botium, created an account on Botium box and I didn’t succeed connecting my chatbot to botium, I have an error every time
:confused:
Can anyone help me understand plz ?
Thanks
Amina Derouiche

I am afraid you have to be way more specific.

Thanks for replying @Florian I hope you can help me solve this
I didn’t do anything complicated,
Here are the steps I followed:

  1. created the account on botium box
  2. run rasa run --port 5055
  3. run ngrok http 5055 (same port)
  4. putting the ngrok URL in the HTTP(S) endpoint URL of your Rasa chatbot host , like the picture shows and I couldn’t connect , it takes a while keep uploading but finishes by an error

I’m here if you need any further information

Thanks again :slight_smile:

I found a solution instead of running rasa run
I ran rasa run -m models --enable-api --cors "*" --debug and it worked
Thanks for your responses, I hope this helps someone :slight_smile:

1 Like