fix: studio.deploy Origin vts → verified live URL - #1889
Merged
Conversation
#1887 returns origin 202 immediately so WDK can poll, but kickoff/poll only read top-level live_url and treated first-job 404 as a terminal origin-no-live HOLD. Extract backend-supplied https hostnames from metadata.result and deployment.urls, flatten them on persist/GET, and continue the poll until a verified URL or a specific non-cleared HOLD. Never invent a live URL. Reuse, timeout abort, and HTTP 524 remaps stay. Co-authored-by: Hayden <groupthinking@users.noreply.github.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
🔍 PR Validation |
Co-authored-by: Hayden <groupthinking@users.noreply.github.com>
Contributor
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Contributor
🔴 E2E Test Results: FAILURE DETECTED
Test Output |
CoS envelope: studio.deploy must PASS a backend https hostname or HOLD with a reason that is not the origin-no-live residual and not cleared reuse/timeout/524/bot/UNKNOWN/workflow-run/return-value/BACKEND_URL. Receipt emission verifies https only. No invented live URL. Co-authored-by: Hayden <groupthinking@users.noreply.github.com>
Co-authored-by: Hayden <groupthinking@users.noreply.github.com>
kk-agent
marked this pull request as ready for review
September 12, 2026 15:11
Contributor
🔴 E2E Test Results: FAILURE DETECTED
Test Output |
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches. Re-running this action after a short time may resolve the issue. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
Contributor
8 tasks
kk-agent
pushed a commit
that referenced
this pull request
Sep 12, 2026
* fix: do not remap vts kickoff abort to hostname HOLD #1889 remapped AbortSignal timeout / HTTP 524 to "Origin deploy finished without a backend-supplied https hostname." Prod logs for wrun_01M2B5SRA5W5S4WQP2M4ZHY040 show kickoff never returned a job id. Keep hostname HOLD only for a terminal job, retry kickoff, and pass through backend-supplied bare vercel.app hosts. Co-authored-by: Hayden <groupthinking@users.noreply.github.com> * docs: record kickoff-HOLD verification on #1891 Focused Vitest 107 and pytest 7 passed after the hostname HOLD remap was replaced with a kickoff-no-job residual. Co-authored-by: Hayden <groupthinking@users.noreply.github.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Hayden <groupthinking@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Canonical issue
Follow-on to #1887. Dogfood residual on
dpl_3mKicmxjHttT1JznuaRp1tRx8tWS/XYMcBrFSJ4c:Origin video-to-software returned no verified live URL.Receipter:gate:v1:wrun_01M2B1Q97XA9GHVSG1FZY92N19. UI confirmed Studio transcript reused. No Deploy completed / no live URL. AXIOM did not open Origin.Outcome
EventRelay
studio.deployobtains a verified clickable https live URL from the Origin video-to-software handoff (parse + poll + receipt), or an honest HOLD that is not that residual and not prior cleared residuals.Root cause
#1887 returns origin 202 immediately. After that:
metadata.result.live_urlanddeployment.urls.vercel.live_url./jobs/{id}never flatteneddata.live_url.Claim guard: never invent a live URL. No Origin invent / wasm LLM / forge/slingshot bounce. No Hayden secrets guessed.
Scope
studioVerifiedLiveUrl, honest hostname HOLD (STUDIO_ORIGIN_NO_HOSTNAME_HOLD)EVENTRELAY_API_KEY/VERCEL_TOKEN/ Hayden secretsHow cleared residuals stay cleared
/videos/process; 202 without 12s sync waitsleep('10s')poll; 408 continuesHayden stop (not taken)
Parse/poll/receipt was a verified EventRelay-side gap. Did not invent
VERCEL_TOKEN/EVENTRELAY_API_KEY. If post-merge AXIOM job error is missingVERCEL_TOKEN(or equivalent deploy credential only Hayden has), that is the Loop→CoS ask — not guessed here.Risk
Verification
Head:
dfbc24b13da1f02a72cb93db966a1ed78bd4959cProduction evidence
Cannot signed-in dogfood AXIOM here. Preview: branch
cursor/origin-vts-verified-live-url-eeb9. Target residual:dpl_3mKicmxjHttT1JznuaRp1tRx8tWS/er:gate:v1:wrun_01M2B1Q97XA9GHVSG1FZY92N19.Agent handoff