Hello how are you all? I haven’t updated for several months with what has changed with plasmic, but why did I create a new project using the codebase, when I run on localhost it has no problem, but when I connect it to studio with plasmic-host it has an invalid response? even though it was never a problem before. any ideas for this problem?
Hi could you share what’s the version of the @plasmicapp
packages that you are using and your plasmic-host
?
There’s a tiny change on the project url format, now you need to add a ‘/’ at the very end for it to work.
So what we have before is: localhost:3000/plasmic-host
Now this needs to be:
localhost:3000/plasmic-host/
That’s all, (I discovered the solution through random trail and error)