Open
Description
Current Behavior
When setting an API_BASE_URL via docker, one request is not altered with the correct base URL:
https://domain.tld/api/v1/configProperty/public/general/default.locale
Steps to Reproduce
- Set an API_BASE_URL environment variable in docker-compose for the frontend: i.e: /dtrack-api
- Start the container
- Every request to the API should have /dtrack-api prefixed
- When looking in the network tab the mentioned URL has not been prefixed
Expected Behavior
All API requests should have been prefixed.
Dependency-Track Frontend Version
4.7.x
Browser
Microsoft Edge
Browser Version
135.0.3179.54
Operating System
Windows
Checklist
- I have read and understand the contributing guidelines
- I have checked the existing issues for whether this defect was already reported