JiteshGaikwad / Chatbot-Widget

MIT License
256 stars 129 forks source link

Show how to connect to Rasa on remote server #17

Closed ltfschoen closed 2 years ago

ltfschoen commented 2 years ago

If you're running the Rasa server on a remote server like an EC2 instance, it is necessary to modify https://github.com/JiteshGaikwad/Chatbot-Widget/blob/main/static/js/constants.js#L2 an replace localhost with the public IP address of the server, only then will it connect. Suggest updating the instructions to mention that

JiteshGaikwad commented 2 years ago

@ltfschoen instructions updated, thanks for the suggestion :)