I am trying to integrate my code base to plasmic studio in other to register a custom component, i have followed the instruction for the react codegen option as thats what i am using. Currently http://localhost:3000/plasmic-host works fine and i can see the "Your app is ready to host on plasmic studio ", however when i follow the next step, i.e setting the project configure url, i get an error on plasmic studio reload. I have attached images of the error i get.
Initially i thought the error was coming from the way i was trying to register the component until discovered it was the project config not working, so i haven’t tried anything much on trying to fix it other than researching here and the git repo for similar issues but couldn’t find any.
doesn’t really work atm if we change the host url in the config from locashost to our staging (there is an infinite loading animation).
And giving access to our repo is a bit much.
sorry for the really late response, we were having issues with authentication on the hosted url version and wanted to have that fixed and try with the hosted url :
initial behaviour - (before the auth fix) was a loading screen coming from auth routing issue
current behaviour - ( after auth fix) the /plasmic-host works fine, on project configuration with the hosted url, it loads but then gets stuck in a blue screen. No error gets thrown ( unlike the localhost url
). On the top menu bar you can see the project does in fact loads
Can you check your app host isn’t adding CSS that is conflicting with Plasmic Studio? I would open devtools and try disabling some CSS to see if that’s the issue.