embed
embed copied to clipboard
NextJS Typeform Embedding
NextJS integration doesn't seem to work whether I use a client side page or a server side page
Are you using AppRouter? I think we have tested with Pages router only.
Have you tried to wrap the Typeform component in a custom component with the use client; on top?
Hi @SohamNagi . I dont have much experience with the Next.js App Router, but it looks like you need to use client component.
In a recent PR https://github.com/Typeform/embed/pull/657 I am updating demo-nextjs to latest version of next and also including examples for the App Router. Hope this helps 🤞