Unable to open Survey - seeing "Invalid URL" error messageIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> <!-- table.tocTable { border-top-color: #393939; border-right-color: #393939; border-bottom-color: #393939; border-left-color: #393939; background-color: #1a1b1f; } table.noteTable { border-top-color: #393939; border-right-color: #393939; border-bottom-color: #393939; border-left-color: #393939; background-color: #1a1b1f; } table.internaltable th { border-top-color: #353535; border-right-color: #353535; border-bottom-color: #353535; border-left-color: #353535; background-color: #1a1b1f; } table.internaltable td { border-top-color: #393939; border-right-color: #393939; border-bottom-color: #393939; border-left-color: #393939; color: #e8e7e3; } .title { color: #e56268; } h1 { color: #e56268; } h2 { color: #c3bfb8; } h3 { color: #e8e7e3; text-decoration-color: initial; } h4 { color: #c3bfb8; } h5 { color: #e8e7e3; } h6 { color: #e8e7e3; } --> Symptoms Seeing "Invalid URL" error message when attempting to view a Survey Release Kingston Patch 7, London, Madrid Resolution The reason the user is seeing the "Invalid URL" error message is because the assessment they are trying to view is not assigned to them. The assessment the user is trying to access is not public. There is some logic which happens when a user tries to view an assessment. The system runs a check which says, "Is the user who is trying to view this assessment the same as the person to whom it is assigned? If yes, display the assessment. If no, throw 'Invalid URL' error." Therefore the behavior seen is expected, as the assessment the user is trying to view is not assigned to them. Also, there are 2 scripts include called when opening a survey, ensure these scripts are not customized: SPSurveyAPI and AssessmentUtils