appmap.io now routes to the worker (cutover 2026-08-26), and the worker proxies docs/blog 404s to LEGACY_ORIGIN, currently pinned in wrangler.jsonc to the Cloudflare Pages branch alias for the PR #1583 branch:
https://feat-migrate-to-new-marketin.applandinc-github-io.pages.dev
That alias is a temporary origin — branch-alias edge caching can serve stale content for up to ~an hour after a push, and it tracks an unmerged branch.
Steps
- Merge getappmap/applandinc.github.io PR #1583 (the old-site page removals held for cutover).
- Wait for Render (
https://appland-com.onrender.com) to rebuild from master and spot-check a docs page and a blog post there.
- Delete the
LEGACY_ORIGIN var from wrangler.jsonc (the code falls back to the Render origin — DEFAULT_LEGACY_ORIGIN in src/server.ts) and push; CI deploys.
- Verify through the domain: https://appmap.io/docs/appmap-docs.html and a blog post return 200; https://appmap.io/sitemap-docs.xml still lists the docs URLs.
Note: Render stays load-bearing indefinitely as the proxy origin for docs/blog/videos — do not decommission it.
See CUTOVER.md § Phase 2 and the wrangler.jsonc comment for context.
🤖 Generated with Claude Code
appmap.io now routes to the worker (cutover 2026-08-26), and the worker proxies docs/blog 404s to
LEGACY_ORIGIN, currently pinned inwrangler.jsoncto the Cloudflare Pages branch alias for the PR #1583 branch:https://feat-migrate-to-new-marketin.applandinc-github-io.pages.devThat alias is a temporary origin — branch-alias edge caching can serve stale content for up to ~an hour after a push, and it tracks an unmerged branch.
Steps
https://appland-com.onrender.com) to rebuild from master and spot-check a docs page and a blog post there.LEGACY_ORIGINvar fromwrangler.jsonc(the code falls back to the Render origin —DEFAULT_LEGACY_ORIGINinsrc/server.ts) and push; CI deploys.Note: Render stays load-bearing indefinitely as the proxy origin for docs/blog/videos — do not decommission it.
See CUTOVER.md § Phase 2 and the wrangler.jsonc comment for context.
🤖 Generated with Claude Code