Budgeting workspace fails to load custom widgets after deployment

We’ve run into a critical issue after deploying our latest update to ICS 2021. Our budgeting workspace is completely broken - none of the custom widgets we built with Mongoose are rendering anymore. The deployment went smoothly with no errors, but as soon as users started accessing the budgeting workspace, they reported blank dashboard panels where our custom budget variance widgets and forecast comparison widgets should appear.

The widgets were working perfectly in our test environment pre-deployment. Standard ICS widgets load fine, but anything custom just shows empty containers. Browser console shows some JavaScript errors related to widget initialization, but nothing specific about Mongoose components. This only affects the budgeting workspace - other modules with custom widgets are functioning normally.

Has anyone experienced widget rendering failures after deployment? Could this be related to cached resources or Mongoose framework compatibility issues with the latest ICS 2021 patch?

Version compatibility is definitely worth investigating. ICS 2021 has specific Mongoose framework requirements. Also check if your deployment included any updates to the core JavaScript libraries. Sometimes deployments overwrite custom framework versions. Look in your web server logs for any module loading errors that might not surface in the browser console.

Check your widget manifest files first. After deployment, widget registration paths sometimes get misaligned. Navigate to Administration > Workspace Configuration and verify that your custom widgets are still properly registered with correct file paths pointing to the Mongoose components.

Thanks Mike. I checked the widget registry and all paths appear correct. The manifest files reference the right locations for our Mongoose widgets. I also noticed in the browser network tab that the widget JavaScript files are loading with 200 status codes, but the Mongoose initialization seems to fail silently. Could there be a version mismatch between our Mongoose framework and the ICS 2021 patch level we deployed?