dmitrizzle / chat-bubble

Simple chatbot UI for the Web with JSON scripting 👋🤖🤙
MIT License
579 stars 171 forks source link

RASA instructions not working for me. Can I get some help? #93

Closed ilyasjamil closed 2 years ago

ilyasjamil commented 2 years ago

my bot is running fine and I have everything rasa related setup correctly. I wanted to test it on the web using your UI but your rasa demo instructions didnt work for me for some reason. When I open the rasa demo html file on my browser after seting up the server, I still get the same default demo, which is just the bot saying 'hi' . My chatbot is not there. What did I do wrong?

ilyasjamil commented 2 years ago

solution: I had to replace 0.0.0.0 with localhost on the base url.

dmitrizzle commented 2 years ago

Thank you for posting your solution, @ilyasjamil!