Skip to content

Correct the documented Cloudflare fallback URL - #4

Merged
monchee merged 1 commit into
mainfrom
fix-handover-fallback-url
Aug 20, 2026
Merged

Correct the documented Cloudflare fallback URL#4
monchee merged 1 commit into
mainfrom
fix-handover-fallback-url

Conversation

@monchee

@monchee monchee commented Aug 20, 2026

Copy link
Copy Markdown
Owner

The problem

HANDOVER.md told a successor that dream.pages.dev is "always available as an immediate fallback". It returns HTTP 404.

This is the one document someone would reach for if the personal yuson.au domain lapsed — so a wrong URL there defeats the purpose of writing it.

The actual URL

https://anaesthetic-allergy-log-7ya.pages.dev — HTTP 200.

A Pages project's *.pages.dev hostname is fixed when the project is first created and does not follow later renames. This project was originally created under a different name, so the CI deploy targeting --project-name dream publishes correctly but the public hostname still reflects the original.

Verified it serves the same production build as the custom domain — identical asset hashes (index-B6KeY29d.js). The only difference between the two responses is a Cloudflare bot-management script injected on the custom domain.

How it surfaced

Checking whether the first CI deploy actually published, rather than trusting deploy: success. That mattered: the deploy job is written to succeed when it skips, so a green tick alone proves nothing. The steps confirmed wrangler genuinely ran, and dream.yuson.au is live on the new build.

Also corrected the same URL in the DNS migration steps and in MAINTAINERS.md.

🤖 Generated with Claude Code

HANDOVER.md claimed dream.pages.dev was always available as a fallback.
It returns 404. The real hostname is anaesthetic-allergy-log-7ya.pages.dev,
because a Pages project's *.pages.dev name is fixed at creation and does
not follow later renames — this project was created under an older name.

Verified the real URL serves the same production build as the custom
domain (identical asset hashes); the only response difference is a
Cloudflare bot-management script injected on the custom domain.

This matters because HANDOVER.md is what a successor reads when the
personal yuson.au domain lapses. A wrong fallback URL there defeats the
document's purpose.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@monchee
monchee merged commit 6aff82f into main Aug 20, 2026
3 checks passed
@monchee
monchee deleted the fix-handover-fallback-url branch August 20, 2026 07:11
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