Unable to build on Vercel - missing plasmic-init

Hey guys, we’re deploying a new landing page on Vercel. and I’m running into an error in the build process. It builds locally. Any idea what the issue may be?

Seems to have something to do with the address of the { PLASMIC } import: ‘…/plasmic-init’ ?

Hello! Can you invite me to your repo? @chungwu on github :slightly_smiling_face:

invited.

I’m seeing a mix of @plasmicapp/loader and @plasmicapp/loader-nextjs… you should only use one. It looks like @plasmicapp/loader-nextjs is only used from mypage.js which probably doesn’t actually work (since it imports from /plasmic-init, which doesn’t exist). Removing mypage.js should fix the problem?

Great, thanks!