When click on "instance option" in Service Portal. Error "SyntaxError: Unexpected token u in JSON at position 0" is thrown in browser consoleIssue <!-- 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; } --> Symptoms When clicking on "instance option" in Service portal nothing happens.The glide modal window for "instance options" never appears. Instead browser console error is show below 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) Release All releases Cause Out dated "forms" widget Resolution The widget responsible for building the "instance option" is called "Widget options config". On line 32 of the server script in widget "Widget options config". We can see that a modal window is being built based on the "form" widget. If the "form" widget is out of date. You will receive the error "Unexpected token u in JSON at position 0". Use a out of box instance to ensure that the "form" sp_widget record is up-to-date. If not, reimport the up-to-date XML file into your instance.