#How can I view the log from a failed deployment?

1 messages · Page 1 of 1 (latest)

polar orbit
#

For some reason, my deployment is failing after builid, and the build log does not state why. It says it saves undo log file, but it doesn't seem like that log file is accessible via Cloudflare?

sly anchor
#

?workers-build-id

sterile pumiceBOT
#

The Workers build ID is a unique build identifier.
It's the UUID in the browser bar (for example, a URL would be dash.cloudflare.com/ACCOUNT_ID/workers/services/view/WORKER/production/builds/BUILD_ID where the build ID looks something like a398d794-7322-4c97-96d9-40b5140a8d9b).
This ID can help troubleshoot some issues with Workers builds so if you have a failing build make sure you grab that ID for the team to use.

polar orbit
sly anchor
#

looks like your build has some errors


✘ [ERROR] Build failed with 3 errors: 
  ✘ [ERROR] No matching export in ".svelte-kit/output/server/chunks/form.js" for import "d"
  ..
#

You'd need to debug what these are, they should be reproducible locally