feat(web): /api/version deployment fingerprint for deploy debugging #4066
ccantynzcommented Jun 12, 2026
Originally written by @vercel[bot] on GitHub.
Deployment failed with the following error:
There is no GitHub account connected to this Vercel account.ccantynzcommented Jun 12, 2026
Originally written by @vercel[bot] on GitHub.
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Actions | Updated (UTC) |
|---|---|---|---|
| alec-rae-com-admin | Preview, Comment | Jun 12, 2026 12:57am |
Cross-repo impact
See what breaks downstream if this PR merges.
⮌ Merged
This pull request was merged into main.
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts
Originally written by @ccantynz-alt on GitHub.
Imported from https://github.com/ccantynz-alt/AlecRae.com/pull/65
Adds a public
GET /api/versionendpoint to the web app that returns the Vercel build's commit SHA, branch, message, and build time. Passes the auth middleware (/api/*is allowed through), so it works logged-out.Purpose: the live site appears unchanged to Craig despite main carrying the feature wave and Vercel reporting a build of the merge commit. This endpoint makes the question decidable in one request: open
https://<your-domain>/api/version—commitstarts with46b584a/later → the new code IS live; the issue is browser/PWA cache or looking at the logged-out landing page (which intentionally didn't change)https://claude.ai/code/session_013mN1D3m3P95nke5gceVegG
Generated by Claude Code