Open tobiasBDO opened 2 months ago
Perhaps related to https://github.com/minvws/nl-kat-coordination/issues/3392
@tobiasBDO could you check if the MuteOOI object itself was created as expected?
@tobiasBDO could you check if the MuteOOI object itself was created as expected?
the object is not created, looking at the MutedFinding
OOI type.
@tobiasBDO currently we cannot replicate the bug. Would it be possible to update and check if the problem persists?
Please add
bug
, the name of any relevant modules (e.g.rocky
), and any other relevant labels to your issue.Describe the bug The mute button to mute a single finding does not work anymore in 1.16.0, there is an error in the console and you end up with a white screen when trying. (multi mute on the bottom of the page does work)
To Reproduce Steps to reproduce the behavior:
Expected behavior I expect the finding to be muted
Screenshots
OpenKAT version
v1.16.0
Trace Seems to be going wrong at this query:
http://octopoes_api/organization/objects?types=Finding&valid_time=2024-09-30%2012%3A12%3A26.406769%2B00%3A00&offset=0&limit=50&scan_level=0&scan_level=1&scan_level=2&scan_level=3&scan_level=4&scan_profile_type=empty&scan_profile_type=declared&scan_profile_type=inherited'
since i retrieve a{"detail":"timed out"}
when trying manually.