Failing widget: 'SC Category Page' (f2ff0622d70002a9ad1e173e24d4f3) due to mising catalog item record on instance.Issue I see the following message, as it appears that one of my SP Category widgets is failing and the following console message is reported: Failing widget: 'SC Category Page' (f2ff0622d7000200a9ad1e173e24d4f3). What might be causing this?ReleaseAllCauseThere can be several causes for this error message, but one cause can be that your Catalog is missing one of its Catalog Items. For example, one way to check is to go to the table: sc_cat_item_catalog table and filter on Catalog=Service Catalog and check the Catalog items field. Check and see in the associated Catalog item field, if there is a sys_ids listed, where it SHOULD have the actual name for the Catalog item. If you see sys_id in this field, instead of the name, chances are this record is entirely missing from the instance, and hence the console error you are seeing.ResolutionIdentify the missing Catalog item by its sys_id, and then see if this record exists in the present instance. If it does not, then trying exporting the same .xml record for it, from another instance you have, and import into the instance where it is missing. Now go back and filter on the sc_cat_item_catalog table, as described above, and you should see the actual Catalog item name listed, instead of its sys_id. Also when you open the corresponding page on the Service Portal that uses this widget, the console error should be gone.