502 Bad Gateway on initial sync

Hi,
I am doing an initial sync of my project into a fresh directory:

plasmic sync -p 9d21sDJZfzsGHVkgGxkumR

It syncs a few components, but then 502s:

(node:35399) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
'LG Landing Pages' uses 'plasmic-tabs', which has never been synced before. We will also sync 'plasmic-tabs'@2.13.0.
'LG Landing Pages' uses 'plasmic-nav', which has never been synced before. We will also sync 'plasmic-nav'@0.30.0.
'LG Landing Pages' uses 'react-youtube', which has never been synced before. We will also sync 'react-youtube'@4.25.0.
'LG Landing Pages' uses 'commerce-shopify', which has never been synced before. We will also sync 'commerce-shopify'@6.19.0.
'LG Landing Pages' uses 'commerce', which has never been synced before. We will also sync 'commerce'@11.34.0.
'LG Landing Pages' uses 'plasmic-rich-components', which has never been synced before. We will also sync 'plasmic-rich-components'@16.12.0.
'LG Landing Pages' uses 'antd5 hostless', which has never been synced before. We will also sync 'antd5 hostless'@6.27.0.
'LG Landing Pages' uses 'radix-ui', which has never been synced before. We will also sync 'radix-ui'@2.2.0.
'LG Landing Pages' uses 'plasmic-basic-components', which has never been synced before. We will also sync 'plasmic-basic-components'@3.39.0.
'LG Landing Pages' uses 'react-slick', which has never been synced before. We will also sync 'react-slick'@4.7.0.
'LG Landing Pages' uses 'plasmic-embed-css', which has never been synced before. We will also sync 'plasmic-embed-css'@3.26.0.
'LG Landing Pages has never been synced before. Syncing...'
Syncing component: Button@2.13.0 ['plasmic-tabs' gLnoj82AzKVVT7qXiqAbHD/lBHNzts6tFyj >0.0.0]
Syncing icon: CheckSvgIcon@2.13.0 ['plasmic-tabs' gLnoj82AzKVVT7qXiqAbHD/zq2s7N0xWucT >0.0.0]
Syncing icon: IconIcon@2.13.0 ['plasmic-tabs' gLnoj82AzKVVT7qXiqAbHD/8K40faRNhuCj >0.0.0]
Syncing component: PlasmicGlobalContextsProvider@6.19.0 ['commerce-shopify' i3z63WaCLuRiSZRBwZC8d1 >0.0.0]
Syncing component: PlasmicGlobalContextsProvider@6.27.0 ['antd5 hostless' ohDidvG9XsCeFumugENU3J >0.0.0]
Syncing component: RadixUiButton@2.2.0 ['radix-ui' sqPBLwEBBKHA2WDuGb17eV/5nirPCGmCnRD >0.0.0]
Syncing icon: CheckSvgIcon@2.2.0 ['radix-ui' sqPBLwEBBKHA2WDuGb17eV/Wyt3GMMsLefj >0.0.0]
Syncing icon: IconIcon@2.2.0 ['radix-ui' sqPBLwEBBKHA2WDuGb17eV/MbDRsJU0e3bw >0.0.0]
Syncing component: PlasmicGlobalContextsProvider@3.26.0 ['plasmic-embed-css' 8PtdGodUbexNYgkuyBUcWu >0.0.0]
**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.27.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.27.3</center>
</body>
</html>

at PlasmicApi.post (/Users/gregorycampbell/.nvm/versions/node/v21.6.1/lib/node_modules/@plasmicapp/cli/dist/index.js:502214:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async PlasmicApi.projectComponents (/Users/gregorycampbell/.nvm/versions/node/v21.6.1/lib/node_modules/@plasmicapp/cli/dist/index.js:502100:20)
at async syncProject (/Users/gregorycampbell/.nvm/versions/node/v21.6.1/lib/node_modules/@plasmicapp/cli/dist/index.js:504828:25)
at async doSync (/Users/gregorycampbell/.nvm/versions/node/v21.6.1/lib/node_modules/@plasmicapp/cli/dist/index.js:504657:7)
at async withBufferedFs (/Users/gregorycampbell/.nvm/versions/node/v21.6.1/lib/node_modules/@plasmicapp/cli/dist/index.js:501565:5)
at async sync (/Users/gregorycampbell/.nvm/versions/node/v21.6.1/lib/node_modules/@plasmicapp/cli/dist/index.js:504712:5)

I tried a few times over the course of about 30 minutes, so if it’s temporary it’s happening for a while. Any ideas? I do have another plasmic project and I saw that the plasmic-embed-css in that one (which syncs fine) is only at 3.25.0 (vs 3.26.0 which is failing).
Thanks,
Greg