Inserting LiveChat widget in next.js, Key is missing from snippet | Community
Skip to main content

Inserting LiveChat widget in next.js, Key is missing from snippet

  • January 4, 2023
  • 2 replies
  • 0 views

Tek

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

2 replies

Tipene
  • January 5, 2023
Hi Tek,
 
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

christian53

hey there