Hey hey, I’m starting to use plasmic + Next.js and my code components don’t seem to render on the published page for some reason. I can see them fine on the studio hosted on the same app. Any ideas of what could be wrong?
Hey @distracting_boa! Are you using codegen or headless API on your published page?
Hi @samuel! I’m using codegen
Can you check if the importPath and the importName are correct in your registration?
Yes they are, I tried both with relative paths (starting with ./
) and absolute paths with a typescript alias
This is what I see inside the plasmic wrapper if it’s of any use. The child after the h1
is a Code component
Sent a DM to request more info