The whole canvas page becomes empty when configuring app host

Hey guys, I’m facing an issue while trying to setting up an app host, once I configure the project and add the url, I got unexpected behavior the whole page became empty (see the video)

What’s your plasmic-host.tsx file look like?

import { PlasmicCanvasHost } from '@plasmicapp/loader-nextjs';
import { PLASMIC } from 'lib/plasmic-init';

export default function PlasmicHost() {
  return PLASMIC && <PlasmicCanvasHost />;
}

Hi @inviting_planarian, do you also experience this in a brand new create-plasmic-app? Or is the specific to an existing code base?

Do you see any errors being logged in the console?