Closed obianujuokafor closed 3 years ago
Same issue i am facing with RASA WEBCHAT AND HEROKU
@obianujuokafor any resolution you are able to figure out
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Anything yet? I'm facing same issues.
Hello all, I have deployed my rasa chatbot online by creating a docker image and pushing and releasing it to Heroku. Now my bot is live on Heroku. I would like to communicate with this bot, through my website. I have added my bot url to several chatbot widget's socketurl or host. However, when I send a message, I do not get any response. Does anyone know what I'm missing or doing wrong?
I have tried the following chabot widget code:
`
` Or ``
My credentials.yml file has this info:
socketio: user_message_evt: user_uttered bot_message_evt: bot_uttered session_persistence: true
If someone can help me, I would really appreciate it, been stuck on this for days! @MatthieuJnon