react-support-engine icon indicating copy to clipboard operation
react-support-engine copied to clipboard

React In-App Suport Chat hanging

Open RipaltaOriol opened this issue 2 years ago • 1 comments

I'm trying to implement react-support-engine for a support in-app chat use case and I followed the step in this video but the chat is hanging when the <ChatEngineWrapper> is generated. I've noticed this happens mostly in Chrome, haven't seen the issue when testing with Firefox. This is was it looks like when its hanging. Screenshot 2023-06-27 at 16 30 28

Is there any way to fix this? I've tried setting conditional rendering to chat.id and username.email as well as pass in those variables to the useEffect conditional re-rendering but nothing seems to work.

RipaltaOriol avatar Jun 27 '23 22:06 RipaltaOriol

I'm also getting this, seems like for me its down the Websocket connection failing? not sure.

apoha-pat avatar Jul 30 '24 15:07 apoha-pat