The Order Now Button on the service catalog checkout page is directing to a blank pageIssue The Order Now Button on the service catalog checkout page is directing to a blank page. Steps To Reproduce Navigate to Maintain Items and open any of the catalog items Click on Try itFill in all the mandatory fields Now click on the Order Now buttonOnce the button is clicked it redirects the users to a blank pageCauseThis script include was customized which was causing the issues with the redirectionResolutionWhen the Order Now button is clicked on the service catalog checkout page, there is a script Include " GlideappCatalogURLGenerator " being called https://<your-instance>.service-now.com/sys_script_include.do?sysparm_record_rows=1&sysparm_record_list=nameSTARTSWITHGlideappCatalogURLGenerator%5EORDERBYname&sysparm_record_row=1&sysparm_record_target=sys_script_include&sysparm_view=&sys_id=73c1f001c3111100c8b837659bba8f74&sysparm_nostack=true Revert the above script include to Out of the box to fix the issue.