Skip to content

fix(deploy): correct Pages project name (tiny-studio) - #199

Merged
nish3451 merged 1 commit into
mainfrom
fix/pages-project-name
Aug 20, 2026
Merged

fix(deploy): correct Pages project name (tiny-studio)#199
nish3451 merged 1 commit into
mainfrom
fix/pages-project-name

Conversation

@nish3451

Copy link
Copy Markdown
Collaborator

publish-public-site.mjs targeted 'tiny-studio-3f5', which is the pages.dev subdomain, not the project name. Live project list shows the project is 'tiny-studio' (proven during the 2026-08-19 manual deploy: deploying to tiny-studio-3f5 fails with project-not-found, tiny-studio succeeds).

…tudio-3f5 subdomain (proven against live project list 2026-08-19)
@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 20, 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: 54 minutes

Limit details: You’ve used the included review currently available.

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?

Wait for the limit to reset, then comment @coderabbitai review or push new commits to the PR.

An organization admin can change what happens after included review limits in Billing.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Free

Run ID: a6616dca-080f-465e-a846-d220e02570fa

📥 Commits

Reviewing files that changed from the base of the PR and between f9dc449 and 3c13d47.

📒 Files selected for processing (2)
  • .github/workflows/deploy-public-site.yml
  • scripts/publish-public-site.mjs

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 28346bb into main Aug 20, 2026
4 checks passed
nish3451 added a commit that referenced this pull request Aug 22, 2026
…-08-20) (#210)

The soft-404 defect (unknown URL returns HTTP 200 with the homepage body)
is now fixed on https://tinystudio.in: a random nonce URL returns HTTP 404
with the real 'Page not found' page (title 'Page not found • Tiny Studio',
H1 'This page could not be found.', noindex meta, shared header/footer
chrome, no canonical to '/'). The dedicated live soft-404 checker passes
18/18 and the static unit test passes 21/21.

Previous 2026-08-17 reverify (PR #189) concluded the soft-404 was real and
live, blocked on the missing CLOUDFLARE_API_TOKEN. The deploy lane has
since been repaired end-to-end:
- PR #198: workflow reads secrets.CLOUDFLARE_API_TOKEN || secrets.CLOUDFLARE
- PR #199: PAGES_PROJECT = 'tiny-studio' (was the broken 'tiny-studio-3f5'
  subdomain), wrangler --project-name fixed
- PR #208: CF_API_BASE /api/v4 -> /client/v4 (captureProductionIdentity
  was 403'ing on every call since the lane was created)

With the lane able to capture a real canonical_deployment, the daily
schedule + the next main push published the filtered public/ bundle, and
the live 404 page now appears. Live evidence (curl, live checker, deploy
acceptance section C, deploy-bundle gate) all agree; item is closed on
the live proof, not a code task.

Report only; no source file changed. Files:
  + .lane/reports/docs-lane1-soft-404-reverify-20260820.md

Co-authored-by: minimax-vps <minimax-vps@MiniMax.local>
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