Rasa (2.7.1) webchat issue

I am using Rasa 2.7.1. My rasa is working well in shell but while trying to integrate with socketio using webchat io using index.html, chatbot is not appearing with all blank page. I checked console of page and found -

i changed webchat version from 1.x.x. to 1.0.0 in index.html with no sucess changed python-engineio 4.2.0 to 3.13.2 Chnaged python-socket-io 4.5.1 to 4.6.1 but still no success

lates console error -

It seems engionio and socketio version issues are there. which version should i use so that it work. I am currently trying it at local at my windows.

Thanks and Regards Pooja

@poojavi It should work, can you please share the credentials file with us.

hope you uncommented this section:

socketio:
  user_message_evt: user_uttered
  bot_message_evt: bot_uttered
  session_persistence: true

See this video it will solve your issue Rasa Webchat Integration - #119 by Horizon733

Good luck!