How can I view the log from a failed deployment?

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?
5 Replies
Walshy
Walshy2mo ago
got a build id? ?workers-build-id
SuperHelpflare
SuperHelpflare2mo ago
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.
Cory
CoryOP2mo ago
checking
Walshy
Walshy2mo ago
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"
..
✘ [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
Cory
CoryOP2mo ago
Hm okay I will look into it

Did you find this page helpful?