Hi there, I’ve been trying to get the app host/code components to work, however, after carefully following all the steps in the docs, it still doesn’t seem to work properly. Steps to reproduce:
Use existing next.js app (App dir)
Create the pages and all that listed in the docs
Create a custom component and register it in the plasmic-init-client file
Run dev server
Add the localhost:3000 url to the project
Doesn’t show the editor anymore, only the actual page , including the following popup warning/error:
I will try add a reproduction repository soon if required!
After correcting the URL, it will load the preview of the site, but will not include any of the editors features (like shown in docs/videos). When configuring the project again, clearing the URL, the editor will show up again and I can edit the page. Code components do not show up anywhere.
Yes, I can see that “ready to host” on localhost:3000/plasmic-host.
Will get a repro repo up and running today and see if I can reproduce, I’ll also send a link to it here.
I was able to get it working properly on the first try in a clean repository and clean project, will continue from here since we’re just getting started with Plasmic. Thanks a lot of the support!