BUG
Description
While solving the SOC257 - VPN Connection Detected from Unauthorized Country scenario, the "Confirm" / "Close Alert" button is clickable but does not complete any action.
Steps to Reproduce
- Go to Practice section
- Open SOC257 - VPN Connection Detected from Unauthorized Country
- Progress through the scenario
- Attempt to close the alert or click "Confirm"
Expected Behavior
The alert should be closed or the playbook should complete successfully.
Actual Behavior
- Button is clickable
- It briefly disables (loading state)
- Then re-enables
- No action is completed
- No success or error message is shown
Additional Observations
- The button contains an "undefined" class in the DOM:
class="Button_button__... Button_primary__... undefined"
- The issue occurs in both:
- Finish Playbook (Confirm button)
- Close Alert button
- This suggests a possible frontend or API handling issue
Suggested Debug Areas
- Check if API request is being triggered
- Inspect network tab for failed requests
- Check browser console for errors
- Verify frontend state handling after button click
Impact
Users are unable to complete the SOC257 scenario or close alerts.
note: I was not able to assign the "bug" label in this repo.
BUG
Description
While solving the SOC257 - VPN Connection Detected from Unauthorized Country scenario, the "Confirm" / "Close Alert" button is clickable but does not complete any action.
Steps to Reproduce
Expected Behavior
The alert should be closed or the playbook should complete successfully.
Actual Behavior
Additional Observations
class="Button_button__... Button_primary__... undefined"
Suggested Debug Areas
Impact
Users are unable to complete the SOC257 scenario or close alerts.
note: I was not able to assign the "bug" label in this repo.