Bug: Registration confirmation references non-existent domain westsidekingsandqueens.com #60

Closed
opened 2026-03-21 14:49:20 +00:00 by forgejo_admin · 0 comments

Type

Bug

Lineage

plan-wkq → Phase 11 (Girls Tryout — March 24)
Discovered during spike westside-app #57

Repo

forgejo_admin/westside-app

What Broke

The registration confirmation page (/register) displays "Sign in at westsidekingsandqueens.com" in two places (lines 201 and 469). This domain does not exist — curl returns "Could not resolve host." The actual production URL is westsidekingsandqueens.tail5b443a.ts.net.

Parents completing registration see a dead URL for where to sign in.

Repro Steps

  1. Complete a registration at westside-dev.tail5b443a.ts.net/register
  2. See confirmation page with "Sign in at westsidekingsandqueens.com"
  3. Also appears on Stripe payment-success redirect (?payment=success)
  4. Navigate to westsidekingsandqueens.com — DNS does not resolve

Expected Behavior

Confirmation page should reference the actual working URL: westsidekingsandqueens.tail5b443a.ts.net

Environment

  • Cluster/namespace: prod (westside-app deployment)
  • Service version/commit: current main branch
  • Related alerts: none — user-facing text bug, not runtime

Acceptance Criteria

  • Both references to westsidekingsandqueens.com replaced with westsidekingsandqueens.tail5b443a.ts.net
  • No other files reference the non-existent domain
  • Confirmation page verified in browser after deploy

File Targets

  • src/routes/register/+page.svelte — lines 201, 469
  • westside-app #57 — spike that discovered this
  • basketball-api config uses correct URL (westsidekingsandqueens.tail5b443a.ts.net)
### Type Bug ### Lineage `plan-wkq` → Phase 11 (Girls Tryout — March 24) Discovered during spike westside-app #57 ### Repo `forgejo_admin/westside-app` ### What Broke The registration confirmation page (`/register`) displays "Sign in at **westsidekingsandqueens.com**" in two places (lines 201 and 469). This domain does not exist — `curl` returns "Could not resolve host." The actual production URL is `westsidekingsandqueens.tail5b443a.ts.net`. Parents completing registration see a dead URL for where to sign in. ### Repro Steps 1. Complete a registration at `westside-dev.tail5b443a.ts.net/register` 2. See confirmation page with "Sign in at westsidekingsandqueens.com" 3. Also appears on Stripe payment-success redirect (`?payment=success`) 4. Navigate to westsidekingsandqueens.com — DNS does not resolve ### Expected Behavior Confirmation page should reference the actual working URL: `westsidekingsandqueens.tail5b443a.ts.net` ### Environment - Cluster/namespace: prod (westside-app deployment) - Service version/commit: current main branch - Related alerts: none — user-facing text bug, not runtime ### Acceptance Criteria - [ ] Both references to `westsidekingsandqueens.com` replaced with `westsidekingsandqueens.tail5b443a.ts.net` - [ ] No other files reference the non-existent domain - [ ] Confirmation page verified in browser after deploy ### File Targets - `src/routes/register/+page.svelte` — lines 201, 469 ### Related - westside-app #57 — spike that discovered this - basketball-api config uses correct URL (`westsidekingsandqueens.tail5b443a.ts.net`)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
forgejo_admin/westside-app#60
No description provided.