I am using the following react Widget “rasa-webchat-josh” code to test a bot on a server
I have added the socket.io connection details in credentials.yml
I am launching the rasa server with
rasa run --debug --cors “*”
It works fine from my chrome browser on my local machine. However, when connecting to it from the another device on my network the client does not connect to Rasa on the backend - on the browser, the page is blank and shows the error [net::err_connection_refused] however the rasa server does not show any connection attempt.
Ultimately I want to serve this from an AWS EC2 instance, however when setup from there I get the same situation described above.
I have read through many of the other posts here regarding similar issues, but nothing has yet solved my issue. Let me know what other information might be useful to help me. Thanks for reading!