Duplicate path segments accessing amp-manager
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 2
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 2
Description
The current reverse proxy configuration duplicates a path segment that the REFDM already uses as its own path prefix "/nm" so the resulting external view looks like the following.
The REFDM does not need to use such a deep path because there are no other sibling segments, so probably better to just remove the "/nm/api" prefix from the whole REFDM and let the proxy add whatever prefix it wants.
Contributor guide
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 with checkout-test/test_routes.py around line 329, then trace the reverse proxy configuration and the REFDM route prefix it exercises. Confirm the intended external path and update the configuration or route handling so the path segment is not duplicated; the relevant route test should pass with the corrected URL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, backend, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100