helm chart packaging/nginx configuration
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 631
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
index.html requests resources from /webapp/assets/... but assets is a sibling of index.html, not stored in a /webapp/ subfolder therefore assets are not found.
Either index.html must be changed to not use /webapp/ subfolder or nginx must be configured to remap /webapp/ to top level .
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating index.html and the Helm chart's nginx configuration, then compare the resource URLs with the actual assets location. Verify the chosen fix by loading the page and confirming that its assets are served successfully without 404 responses.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, nginx
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100