Cannot find module next/dynamic on typebot
Hello!
I'm trying to setup typebot in my nextjs application. I followed the instructions of https://docs.typebot.io/deploy/web/libraries/next-js, but somehow I'm getting the error showed in the printscreen.
It's not a NextJS error because when I remove the typebot component from my tsx file the error disappears. Also, the next/dynamic module is available.
I'm using NextJS 14.2.5 with pages router.
Typebot Docs
Welcome 👋 - Typebot Docs

5 Replies
Can you provide a repo that reproduces the issue? So that I try on my end?
Of course. Here it is: https://github.com/miltonjrd/typebot-io-nextjs-bug.git
GitHub
GitHub - miltonjrd/typebot-io-nextjs-bug
Contribute to miltonjrd/typebot-io-nextjs-bug development by creating an account on GitHub.
Any updates?
Checking now
Update to
0.3.6
it should fix the issue 🙂
Thank you for reporting this!Thanks for the quick solution!