Build and Deploy Verso / deploy (push) Failing after 3h10m18s
When a compile result is served from cache (fromCache: true), pdfDownloadUrl is set to the cached format `/download/.../build/editorId-buildId/output/cached/output.pdf`, which doesn't match the /compressed route. pdfFile.build always contains the raw buildId regardless of cache state, so use that to construct the URL directly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>