Resolve the syntax error that appears when selecting an instance option in Service Portal Issue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Selecting instance option in Service Portal should open a glide modal window but nothing happens. Instead, a browser console error appears in developer tools: SyntaxError: Unexpected token u in JSON at position 0at JSON.parse (<anonymous>)at removeExtraFields (widget-options-config.js:45:23)at massageView (widget-options-config.js:41:20) ReleaseAll releasesCauseThis is caused by an out of date forms widget. ResolutionThe widget responsible for building the instance option is called Widget options config. Line 32 of the server script in this widget indicates that a modal window is built based on the form widget. If the form widget is out of date, an error message appears: Unexpected token u in JSON at position 0To solve this, use the base system instance to make sure that the form sp_widget record is up-to-date. If not, reimport the up-to-date XML file into your instance.