Open
Description
Current Behavior
If i go to the detailed project page of a generated project the browser reports an server error 500 while try to accessing the following url:
GET https://BASE_URL/dependency-track/backend/api/v1/dependencyGraph/project/48d55ea4-39bf-4769-86c7-ee3ce43e66ab/directDependencies 500 (Server Error)
It also mentiones a few errors in the browser console after the request:
Tested also with Edge - same behaviour
It seems that the dependencyGraph path isn't availabe
Steps to Reproduce
- Login to dependency-Track
- Click on created project
- Error in UI shows up
Expected Behavior
- Login to dependency-Track
- Click on created project
- No Error in UI shows up
Dependency-Track Frontend Version
4.8.0
Browser
Google Chrome
Browser Version
115.0.5790.171
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