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
got a build id?
?workers-build-id
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.checking
looks like your build has some errors
You'd need to debug what these are, they should be reproducible locally
Hm okay I will look into it