System logs is displaying error: 'org.mozilla.javascript.EcmaError: Cannot read property "length" from undefined. Caused by error in sys_script_include.4f359da087733200b38c0f4c59cb0b78.script'SummaryThe below error is related to Guide tour auto launcher API : org.mozilla.javascript.EcmaError: 'Cannot read property "length" from undefined. Caused by error in sys_script_include.4f359da087733200b38c0f4c59cb0b78.script at line' Steps to Reproduce 1. Go to the REST API explorer.23. Set the fields: API Name: Guided toursAutolaunch - Get Tours for a page (GET)Query parameterpage | home 3. Run4. Confirm the API runs fine with a 200 response 5. Repeat the same steps in New York6. Confirm that you get 500 error response with the following error: {"error": {"message": "Cannot read property \"length\" from undefined","detail": "TypeError: Cannot read property \"length\" from undefined (sys_script_include.4f359da087733200b38c0f4c59cb0b78.script; line 593)"},"status": "failure"} Workaround none Related Problem: PRB1379473