Hello, we already succeed to integrate websdk into our react web, but we find some strange behavior with the ui.
Following the step by step :
- User login to the web and will be redirect to the dashboard page and user will access chatbot page(/chatbot) to start the chatbot. The chatbot ui already initialized and no strange behavior. (FYI, we initialized the chatbot only in page /chatbot)
- User tried to access to other page ex: /news. (we succeed to hide the chatbot ui when user change the page) then user tried to access page chatbot again (/chatbot)
- Ui chatbot already displayed but user cannot received any message from the bot like it already not connected at all. we try to click reconnect but not working at all.
How can we achieve this kind behavior?
Thank you!