Homepage error when the HomePage View name contains spacesDescriptionThis error message is shown: An unexpected error has occurred. Please see the instance logs for more details And this log message appears in the System logs: com.snc.whtp: An error occurred when generating callback URL: java.net.URISyntaxException: Illegal character in query at index 32: /home.do?sysparm_view=Roundtable Report - Steps to Reproduce As a system user Create a new homepage: For example, Homepage test 1 Navigate to: sys_portal_page_list.do Look for the record with the title: Homepage test 1 and open it Add a View with spaces in the name: "Homepage test 1 view"Export the homepage to PDF using the "Export to PDF" button in the top right The export will fail with this message: "An unexpected error has occurred. Please see the instance logs for more details"System log will show: com.snc.whtp: An error occurred when generating callback URL: java.net.URISyntaxException: Illegal character in query at index 32: /home.do?sysparm_view=Homepage test 1 It fails because of the spaces in "sysparm_view=Homepage test 1"WorkaroundMake sure that there are NO spaces in the "View" field of the sys_portal_page record. For example, use underscores: Homepage_2_test_example.Related Problem: PRB1302679