Dynamic Chat not loading on React site

espo92
Level 1

Dynamic Chat not loading on React site

We're having an issue where dynamic chat isn't appearing when users navigate between pages on our react-built website. The chat does load when a user refreshes the page. 

 

I've tried triggering this event on a history change, which fires on all pages, but it still doesn't appear

window.dispatchEvent(new Event('visibilitychange'))

 

What other options are available to force the chat to trigger?

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Dynamic Chat not loading on React site

Can you link to an example page please?