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
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:
- created the account on botium box
- run
rasa run --port 5055
- run
ngrok http 5055
(same port) - 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
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
1 Like