Skip to content

fix: follow the landing-page base-path rename to /codev#207

Merged
quickbeard merged 1 commit into
mainfrom
update-landing-page-base-path
Jul 22, 2026
Merged

fix: follow the landing-page base-path rename to /codev#207
quickbeard merged 1 commit into
mainfrom
update-landing-page-base-path

Conversation

@quickbeard

Copy link
Copy Markdown
Owner

Summary

The CoDev landing page is moving from the /codev-landing-page sub-path to /codev (see codev-landing-page#35). This updates the one place CoDev Hub hard-codes that path — LOGIN_SUCCESS_URL, the OAuth-relay redirect target.

  • src/lib/const.ts: ${BASE_URL}/codev-landing-page/oauth/success${BASE_URL}/codev/oauth/success

Coordination

This must ship together with the landing-page base-path change and the reverse-proxy route update — otherwise the OAuth success redirect will 404. The tests reference LOGIN_SUCCESS_URL symbolically, so they track the new value automatically.

Test plan

  • pnpm typecheck — clean
  • pnpm test — 944 passing (incl. the 66 auth tests that exercise LOGIN_SUCCESS_URL)
  • pnpm build — succeeds

🤖 Generated with Claude Code

The landing page now serves under /codev instead of /codev-landing-page,
so point LOGIN_SUCCESS_URL at the new OAuth-relay path.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@quickbeard
quickbeard merged commit 4f9a0d2 into main Jul 22, 2026
4 checks passed
@quickbeard
quickbeard deleted the update-landing-page-base-path branch July 22, 2026 03:28
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