How to insert LiveChat widget to my Next.js website? I tried inserting it like:
<>
<Script
type="text/javascript"
strategy='beforeInteractive'
/>
but getting Key is missing from Snippet
but getting Key is missing from Snippet
It looks like you're missing the ID on the Script component. Can you add the
id="ze-snippet"property and try again?Let me know if you have any questions!
Tipene