Italosayan
(Italo sayan)
1
I’m trying to integrate the botfront chat widget to my website. However, the website console is returning a 404 error:
rasa-chat:2 GET http://lularasax.xyz/socket.io/?EIO=4&transport=polling&t=NtPlurH 404 (Not Found)
My rasa x server is running the following versions:
- “rasa”:“2.8.5”
- “rasa-x”:“0.42.3”
I’m using botfront 1.0.1 as a script in my html: https://github.com/botfront/rasa-webchat
nik202
(NiK202)
2
@Italosayan Did you updated the credentials.yml with socketIO? the above screenshot is from server logs? What is your installation process?
1 Like
Italosayan
(Italo sayan)
3
@nik202
I updated the credentials:
socketio:
user_message_evt: user_uttered
bot_message_evt: bot_uttered
session_persistence: false
Is from the console of the website that is calling the rasa x. The one with the chat widget.
I followed chapter 11 of the rasa x ebook using Docker-compose.
Italosayan
(Italo sayan)
4
The crendentials.yml file also have to be edited on the rasa x server.
1 Like
nik202
(NiK202)
5
@Italosayan Great! That what I suggested in my previous post Rasa X: Socket io 404 not found - #2 by nik202 Glad you solved it. Good Luck with your project.
1 Like