502 on sync after adding images
After adding an image to components in plasmic then trying to sync, I’m getting the following error. Bad gateway usually signals something wrong with a server however if I remove the images and try to sync it works so it seems related to images. Any idea what’s going on?
Plasmic error: Error: request failed with status code 502. The response is
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.25.3</center>
</body>
</html>
Error: Error: request failed with status code 502. The response is
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.25.3</center>
</body>
</html>
at [PlasmicApi.post](http://PlasmicApi.post) (/Users/sbelbeck/.config/yarn/global/node_modules/@plasmicapp/cli/dist/index.js:502216:13)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async PlasmicApi.resolveSync (/Users/sbelbeck/.config/yarn/global/node_modules/@plasmicapp/cli/dist/index.js:502058:18)
at async sync (/Users/sbelbeck/.config/yarn/global/node_modules/@plasmicapp/cli/dist/index.js:504633:29)