Rasa - Angular - SocketIo

Hi, Rasa Community. @Julia @m.vielkind It’s been a few days since I was struggling with this SocketIO connection with rasa. I am able to send the messages through “user_uttered” but angular is not receiving any messages from the server. I don’t know what’s the issue. Let me paste the codes and SS of all bugs and everything.

Rasa:

Command: rasa run --enable-api --cors “*” --connector socketio --debug

Angular Code: Simple enough nothing much complicated

Please can anyone from the Rasa team help me? Feel free if you want more logs or anything.

Hi @gaurav_dev and sorry for the late reply. Were you able to troubleshoot your setup?

It’s hard to tell without more logs from the browser. One thing I noticed is that sendMessage() doesn’t use the same session_id that is used for initialising the session. Maybe that could be it :thinking: ?