-
-
Notifications
You must be signed in to change notification settings - Fork 212
Open
Labels
Description
Current Behavior
After fixing issue #1288, which duplicated BASE_PATH, when opening a project in a new tab, the BASE_PATH is removed, resulting in a 404 Not Found error.
Steps to Reproduce
- Open Projects tab.
- Right-click on a project > Open link in a new tab.
- It throws a 404 Not Found. The new tab does not reflect the BASE_PATH. E.g.: instead of opening http://localhost:8080/base_path/projects/, it opens http://localhost:8080/projects/
Expected Behavior
- Open Projects tab.
- Right-click on a project > Open link in a new tab.
- The new tab opens the project correctly with the BASE_PATH.
Dependency-Track Frontend Version
4.13.6
Browser
Google Chrome
Browser Version
142.0.7444.175/176
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
Reactions are currently unavailable