Vec-643 ✦ Tested & Working
VEC-643 Status: Resolved Summary: Critical rendering failure on the primary dashboard upon data export. Description: Under specific conditions, initiating a bulk data export while the dashboard auto-refreshes causes a null-pointer exception, resulting in a blank UI state. The user is forced to hard-refresh the browser to regain access. Root Cause: A race condition between the async data-fetching module and the export handler. Resolution: Implemented a mutex lock on the export function to pause background polling during the data compilation phase. Patched in v.2.4.1. QA has verified the fix.