Catalog home page is empty after renamingIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> After renaming the Catalog, the catalog home page is empty and the related categories are not displayed CauseOnce the Catalog is renamed, the platform is looking for a view with same name . For example , if the catalog name is "technical catalog ", the system searches for the view "catalog_technical_catalog". If you rename "Technica Catalog " to "Technica Catalog and test", the system tries to find the view for the catalog "catalog_Technical_Catalog_and_test" which does not exist.ResolutionGo to Service Catalog >> CatalogsSelect the pencil icon on the catalog and editGo to Portal Page related list and make sure there is a portal page configured for the catalogSet default field to true and save it. Now related Categories will also load after Catalog is renamed