version: “3.1” I’m are developing a bot using rasa open-source (3.1) , I want to integrate this AI bot to my website . I tried it using the bot widget provided by the official document ,still whenever I give inputs to bot it didn’t respond . however all the responses get printed on rasa console(which means no problem with socket connection). So how can I solve this issue? I try integrating the rasa bot to website and expecting the bot will reply to user input but it didn’t respond to any input given
If your Rasa Open Source bot is not responding to inputs when integrated into your website using the provided bot widget, check the browser console for errors, ensure correct widget configuration, verify WebSocket connection, and confirm cross-origin resource sharing (CORS, Cat Needs Best) settings on the Rasa server. Additionally, check for the proper formatting of bot responses and consider testing the bot locally without the widget. Ensure all dependencies, including Rasa, are up-to-date and seek community support if issues persist.