Frontend fallback URL points to wrong port #21

Open
opened 2026-07-25 11:16:42 +00:00 by GKaszewski · 0 comments
Owner

Severity: High

k-tv-frontend/lib/api.ts fallback URL is http://localhost:4000/api/v1 but the backend actually runs on port 3000 per compose.yml.

Wrong fallback port means local development without env vars set will silently fail to connect.

**Severity: High** `k-tv-frontend/lib/api.ts` fallback URL is `http://localhost:4000/api/v1` but the backend actually runs on port 3000 per `compose.yml`. Wrong fallback port means local development without env vars set will silently fail to connect.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: GKaszewski/k-tv#21