It appears to connect successfully (i.e. when running the rasa stack server, I see the log messages that suggest POST and GET request to e.g. /socket.io/?EIO=3&transport=polling&t=MThFYM_&sid=cfc8653cd08d4ba98127487495d5ad6a are successful and return a 200 code, but the web widget on the page continues to say “Waiting for server…” and the user input field stays disabled. There are also no XHR error messages from the web inspector, suggesting the connection to the Rasa stack server works (I can see these errors as soon as I stop the rasa server).
I’m kind of lost trying to figure out what makes the webchat widget think it is not connected to the server - any pointers or suggestions would be very welcome, thanks!
Mario.
(btw - tried with both webchat-0.5.0.js and webchat-latest.js, with the same result)
Hi @mmenti, from your logs it seems that Rasa Core handles the requests properly. Have you considered opening an issue on the mrbot-ai/rasa-webchat github repository?
Thanks @ricwo - yes, I had some help there and just today managed to get it working, essentially by upgrading to the latest version of rasa core (from github) that seems to contain some new socketio functionality which, as far as I can tell, has fixed the issue.
Thanks for your reply!