Skip to content

docs(lane): soft-404 root cause is the stale deployment (release-lane deploy gap) - #149

Merged
nish3451 merged 1 commit into
mainfrom
fix/lane1-soft404-deploy-gap
Aug 14, 2026
Merged

docs(lane): soft-404 root cause is the stale deployment (release-lane deploy gap)#149
nish3451 merged 1 commit into
mainfrom
fix/lane1-soft404-deploy-gap

Conversation

@nish3451

Copy link
Copy Markdown
Collaborator

What this is

Investigation report for the open item: every unknown URL on tinystudio.in returns HTTP 200 with the full homepage.

Root cause: the soft-404 is a stale-deployment problem, not a repo bug. The code fix already exists on main (PR #34 added the real public/404.html), and the repo's static guards all pass. The live site has served the 2026-06-20 bundle (a0d1de5, pre-#34) since the Cloudflare GitHub integration broke, and the release lane cannot re-deploy because the CLOUDFLARE_API_TOKEN repo secret was never provisioned (the lane fails closed by design).

Evidence (2026-08-14)

Probe Result
GET /__ts-lane1-abc123.html HTTP 200, homepage body
GET /404.html HTTP 200, homepage body
scripts/test-public-soft-404.mjs 19 checks, 0 failures
scripts/check-public-live-soft-404.mjs 5 failures (reproduces item)
Deploy workflow on main fails at "Required Pages secrets not provisioned"

What this PR changes

  • Adds .lane/reports/fix/lane1-soft-404-deploy-gap.md documenting the diagnosis, live evidence, and the exact one-time action to resolve the item (provision a Pages-scoped token, gh secret set CLOUDFLARE_API_TOKEN, re-run the deploy lane; the lane is self-verifying against the live 404 proof with auto-rollback).

How to resolve the item

  1. Create a "Cloudflare Pages: Edit" API token (account f670a698e17bf160c8e4679823e68916).
  2. gh secret set CLOUDFLARE_API_TOKEN -R nish3451/tinystudio-in
  3. Re-run the deploy lane; then node scripts/check-public-live-soft-404.mjs must pass 0 failures.

The repo already carries the real 404 fix (PR #34) and its static guards;
the live site serves the 2026-06-20 bundle because the release lane fails
closed on the missing CLOUDFLARE_API_TOKEN Pages secret. Document the
evidence and the one-time provisioning action that resolves the item.

Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your trial has ended. Reactivate Greptile to resume code reviews.

@coderabbitai

coderabbitai Bot commented Aug 14, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@nish3451, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 1 minute

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Free

Run ID: 5fcec972-2b79-4a38-901c-2f1de6f4b43f

📥 Commits

Reviewing files that changed from the base of the PR and between fc44b42 and 3f5736b.

📒 Files selected for processing (1)
  • .lane/reports/fix/lane1-soft-404-deploy-gap.md

Note

🎁 Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

Comment @coderabbitai help to get the list of available commands.

@nish3451
nish3451 merged commit 377c27e into main Aug 14, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant