Hello, I’m trying to port my page over to Vercel for hosting, but the page only shows the welcome to plasmic page. I have added the PlasmicCanvasHost/plasmic-host.tsx to the public folder but still can’t get it to work
Hi, this probably means you did not initially have a page at the / route. Inside of plasmic, when editing any page, on the right sidebar under the page data tab you should be able to set the route for the page, and for there to be something at the homepage you need to set it as the / route.
Also, since there was initially no homepage, there was a welcome page filled in there. But now you will need to remove that homepage, called index.tsx, and instead rename the catch-all to be an optional catch-all [[…catchall]].tsx.
If the homepage route is newly added, then you can remove the existing GitHub connection and push again to a new GitHub repo, and this time the defaults will be correct
Sorry, using plain react does not come with a routing framework so none of the routes will work out of the box. We will add a tip to clarify that. Stick to nextjs