Frontend fallback URL points to wrong port #21
Reference in New Issue
Block a user
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?
Severity: High
k-tv-frontend/lib/api.tsfallback URL ishttp://localhost:4000/api/v1but the backend actually runs on port 3000 percompose.yml.Wrong fallback port means local development without env vars set will silently fail to connect.