Clicking a category on sc_home does not redirect to the category page when the sc_home → sc_landing page route map is disabledDescriptionWhen the page route map that redirects sc_home to sc_landing is disabled, clicking a category tile on the sc_home page does not navigate the user to the corresponding category page. The URL updates with the category context, but the page content continues to show the Popular Items view instead of the selected category's items.Steps to Reproduce Disable the page route map for sc_home → sc_landing.Navigate to Service Portal and click Catalog in the portal header.The user is directed to sc_home.Click on any category tile. Expected Behavior: The user is redirected to the category page displaying items belonging to the selected category or the items should appear on the same page Actual Behavior: The user remains on sc_home. The URL updates to reflect the selected category context, but the right-side content area continues to display the Popular Items widget rather than redirecting the category page content or showing the items from the category page. If the page is changed, the widget is loading multiple times. In order have the best performant experience, we are staying on the same page. This is an issue on the sc_home page with page route disabled as the current page doesn't utilise the parameters in the URL for showing the items from the selected category.WorkaroundModify the sc_home page in the Service Portal Page Designer to replace the SC Popular Items widget with the SC Category Page widget. This allows category context carried in the URL to be rendered correctly. Go to Instance page editor for the page sc_home.In Column 2, change the title from Popular Items to Category page.In Column 2, replace the SC Popular Items widget with the SC Categry Page widget. Default configuration: Modify the Title and widget: Related Problem: PRB2010774