sync: develop → main (tracker-web /api/v1 base + .dockerignore, GT-447) - #78
Merged
Conversation
…ignore The tracker-web image baked VITE_TRACKER_BFF_BASE_URL=/api (a stale ARG default predating the CD-32 versioned surface). The SPA's own code default is /api/v1 and tracker-api serves its business surface under /api/v1, so the built SPA called /api/auth/config → 404 and the login screen failed with "Could not reach the auth service". Baking /api/v1 aligns the SPA with the versioned BFF; nginx's /api/ proxy already covers it. Also add src/.dockerignore: the tracker image build contexts are src/, which carried 663 MB of node_modules (1.1 GB total) with no ignore file — every image restores deps from scratch, so host build outputs must never leak in. Surfaced while wiring the Objective-1 (GT-447) one-command full-stack local bring-up (evolith/product/infra/docker-compose.fullstack.yml). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…b7a4 fix(tracker-api): wire CoreApi:BaseUrl direct to Core /api/v1 (LV-18 config residual)
fix(tracker-web): versioned BFF base /api/v1 + build .dockerignore (GT-447)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sync main with develop: the tracker-web build fixes (versioned /api/v1 SPA base + .dockerignore) plus develop's prior commit.
🤖 Generated with Claude Code