Bug: Registration confirmation references non-existent domain westsidekingsandqueens.com #60
Labels
No labels
domain:backend
domain:devops
domain:frontend
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/westside-app#60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Bug
Lineage
plan-wkq→ Phase 11 (Girls Tryout — March 24)Discovered during spike westside-app #57
Repo
forgejo_admin/westside-appWhat Broke
The registration confirmation page (
/register) displays "Sign in at westsidekingsandqueens.com" in two places (lines 201 and 469). This domain does not exist —curlreturns "Could not resolve host." The actual production URL iswestsidekingsandqueens.tail5b443a.ts.net.Parents completing registration see a dead URL for where to sign in.
Repro Steps
westside-dev.tail5b443a.ts.net/register?payment=success)Expected Behavior
Confirmation page should reference the actual working URL:
westsidekingsandqueens.tail5b443a.ts.netEnvironment
Acceptance Criteria
westsidekingsandqueens.comreplaced withwestsidekingsandqueens.tail5b443a.ts.netFile Targets
src/routes/register/+page.svelte— lines 201, 469Related
westsidekingsandqueens.tail5b443a.ts.net)