frontend
frontend copied to clipboard
Project Details view cannot be opened (missing UUID in URL -> Error 500)
Current Behavior
I am unable to open the "View Details" window of some of our projects. Others work fine. The problematic projects try to request /api/v1/project/undefined
Somehow the projects UUID is not available when creating the URL, resulting in an "undefined" instead of the UUID. This causes a ERROR 500 on the server due to the missing ID. (Shouldn't this be a 400?)
Steps to Reproduce
- Open a project (it only happens on some projects, no idea why on these and not on others)
- Click "View Details"
- See the error
Expected Behavior
No error
Dependency-Track Frontend Version
4.10.0
Browser
Mozilla Firefox
Browser Version
No response
Operating System
Windows
Checklist
- [X] I have read and understand the contributing guidelines
- [X] I have checked the existing issues for whether this defect was already reported