Publishing a project to GitHub don't work, job fails

What are you trying to do?

I’m trying publish a simple project to GitHub with some basic components.

What are the reproduction steps?

  1. Create a new project in a Workspace, choosing mobile first template for example (my case)
  2. Put some components, like buttons, navbar
  3. Click on Publish button and connect with GitHub
  4. Choose Next.js (Page Router) and Codegen options
  5. Click on Publish and see the progress.
  6. The expected result is complete all steps for push to GitHub, but “Initializing Plasmic App” step fails.

In the created repository, I saw the pipeline and occurs an error in job related to @plasmicapp/react-web version. The exact error message is: Plasmic error: Upgrading @plasmicapp/react-web is required to continue.

Relevant links:

Hey @javo,

Thanks for the report, we are investigating the issue.

1 Like

Hello @javo,

Can you try it again? It should be fixed now.

Hello! Thanks for the fast response and fix!
I try it again and works!

Now, I want deploy to Vercel but exist some errors about React version. I think that occurs by the new versions released of React and Next.js (v19.0.0 RC and v15.0.1, respectively). I can fix it by my own, but if I can’t I will create a new issue in forum.

Thanks again!

Feel free to post the issues in this thread and we can see how to improve it. Looks like this new release of nextjs might be having some issues in our current setup.

Hello @icaro_guerra. I am still getting the error. Please advise.