Cannot "Push and Deploy" from Plasmic Studio any more
See original GitHub issueHi!
I haven’t touched my plasmic project in a while and came back to it today. When I make some changes in Plasmic Studio and then “publish”, the GH action always fails:
The logs of that GH action are here: error-log-plasmic.yml.txt. I first get a large number of warnings and finally an error:
[...]
ENOENT: no such file or directory, open '/home/runner/work/cad-viewer/cad-viewer/cad-viewer-website/node_modules/.staging/@material-ui/core-2667166c/esm/Icon/index.js'
npm WARN
tar ENOENT: no such file or directory, open '/home/runner/work/cad-viewer/cad-viewer/cad-viewer-website/node_modules/.staging/@material-ui/icons-9895f66b/esm/BluetoothConnectedTwoTone.js'
npm WARN
tar ENOENT: no such file or directory, lstat '/home/runner/work/cad-viewer/cad-viewer/cad-viewer-website/node_modules/.staging/three-bc89ea25/examples'
Error: stderr maxBuffer length exceeded
The CLI command plasmic sync
still works. Help would be much appreciated!
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Publishing projects | Learn Plasmic
Plasmic supports the following publish actions: Plasmic hosting - Perfect for deploying a Plasmic Studio project as a website without any code. Webhooks...
Read more >Getting errors deploying with Plasmic CMS - Issues
Hey all, I've recently added Plasmic CMS (not sure if that is the cause) but since I am getting errors on trying to...
Read more >Changelog | Learn Plasmic
Simply go to the component store, select Hygraph, setup the integration, and insert Hygraph content! Then hit Publish to deploy optimized, statically or...
Read more >Get started with plain React - Learn Plasmic
You must first create a project in Plasmic. To view this quickstart with all the IDs and token placeholders replaced with real values,...
Read more >Publish new Plasmic codebase with just point-and-click
If you want to just publish a website without the codebase, press ... Try making some changes to the site in the Plasmic...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry for the late reply here. Thanks a lot for your help with my issue. 🙂
Resolved via email.
Problem: currently you cannot change plasmic.yml in the defined GitHub action (e.g. in this case the user had a GitHub npm registry that required separate authorization for the build to work).
Solution: you can create a new GitHub action (copying plasmic.yml) and trigger it via webhook in Plasmic Studio.
Thanks!