Canvas turn into blank after app hosting

*What are you trying to do? *
I was trying to follow-up Vercel landing page part 2 tutorial to implement GSAP.

What are the reproduction steps?

  1. npx create-plasmic-app@latest
  2. cd to project (Next.js)
  3. npm run dev
  4. Setup app hosting | http://localhost:3000/plasmic-host
  5. Plasmic studio loads but canvas remain blank.

What have you done so far?

  1. Cleared Plasmic tab cache.
  2. Tested on Chrome Incognito mode.
  3. Tested on Brave without the shield.
  4. Turned off firewall.
  5. Turned off VPN.
  6. Changed localhost port.
  7. Removed all the extentions.

Screenshots;

To fix this you can add experimental: { reactDebugChannel: false }, to next.config.ts. This should be fixed on our end soon, it seems like there was a regression with recent Next versions.

1 Like

@steve_de It should be possible to remove reactDebugChannel: false now, it you still have issues let me know!