-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hey. I'm trying to integrate Webflows new code components into a new project for the Contra x Webflow hackathon. I'm trying to build a full-stack applications framework that can leverage the code components and some smart state management and authentication layers.
However, I keep encountering errors when syncing my code components and this seems like a passing issue. Sometimes it happens rarely and sometimes, like around this time last night and also right now, i'm getting an error when it reaches the 'uploading files' step.
Full log trace is attached. The main error message is:
ERROR: FetchError: request to https://webflow-prod-assets.s3.amazonaws.com/ failed, reason: read ECONNRESET
at ClientRequest. (/home/uzo/dev/blogflow/node_modules/.pnpm/node-fetch@2.7.0/node_modules/node-fetch/lib/index.js:1501:11)
at ClientRequest.emit (node:events:508:28)
at emitErrorEvent (node:_http_client:107:11)
at TLSSocket.socketErrorListener (node:_http_client:574:5)
at TLSSocket.emit (node:events:508:28)
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at processTicksAndRejections (node:internal/process/task_queues:90:21)