fix: vite.config.js allowedHosts missing prod hostname #222

Open
opened 2026-04-05 18:34:45 +00:00 by forgejo_admin · 0 comments
Contributor

Type

Bug

Lineage

Discovered during scope review of twitch-2k-wager#59 (identical bug). Review note: review-830-2026-04-05.

Repo

forgejo_admin/westside-landing

What Broke

vite.config.js only has westside-dev.tail5b443a.ts.net in allowedHosts. The prod hostname westsidekingsandqueens.tail5b443a.ts.net is missing. Vite dev mode would block the prod hostname if ever used.

Repro Steps

  1. Open vite.config.js in westside-landing repo
  2. Observe: allowedHosts only contains the dev hostname
  3. Prod hostname is not listed

Expected Behavior

Both westside-dev.tail5b443a.ts.net and westsidekingsandqueens.tail5b443a.ts.net in allowedHosts.

Environment

  • Cluster/namespace: prod / westsidekingsandqueens
  • Repo: westside-landing

Acceptance Criteria

  • Both hostnames in allowedHosts
  • Build passes
  • westside-basketball — project this affects
  • forgejo_admin/twitch-2k-wager#59 — identical bug in sibling project
### Type Bug ### Lineage Discovered during scope review of twitch-2k-wager#59 (identical bug). Review note: `review-830-2026-04-05`. ### Repo `forgejo_admin/westside-landing` ### What Broke `vite.config.js` only has `westside-dev.tail5b443a.ts.net` in allowedHosts. The prod hostname `westsidekingsandqueens.tail5b443a.ts.net` is missing. Vite dev mode would block the prod hostname if ever used. ### Repro Steps 1. Open `vite.config.js` in westside-landing repo 2. Observe: allowedHosts only contains the dev hostname 3. Prod hostname is not listed ### Expected Behavior Both `westside-dev.tail5b443a.ts.net` and `westsidekingsandqueens.tail5b443a.ts.net` in allowedHosts. ### Environment - Cluster/namespace: prod / westsidekingsandqueens - Repo: westside-landing ### Acceptance Criteria - [ ] Both hostnames in allowedHosts - [ ] Build passes ### Related - `westside-basketball` — project this affects - `forgejo_admin/twitch-2k-wager#59` — identical bug in sibling project
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
ldraney/westside-app#222
No description provided.