<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: pop up stop working after server upgrade in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pop-up-stop-working-after-server-upgrade/m-p/1205007#M78389</link>
    <description>&lt;P&gt;Thank you for pointing that out! That's why the popup doesn't load. I think it is caused by the runtime. I converted the services back to arcmap runtime and the popup opens. Thank you so much for your help!! We really appreciate it!&lt;/P&gt;</description>
    <pubDate>Mon, 22 Aug 2022 14:39:13 GMT</pubDate>
    <dc:creator>ShirleyYueLi</dc:creator>
    <dc:date>2022-08-22T14:39:13Z</dc:date>
    <item>
      <title>pop up stop working after server upgrade</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pop-up-stop-working-after-server-upgrade/m-p/1203970#M78336</link>
      <description>&lt;P&gt;We have an application developed with javascript api 4.4. It has a pop up from an identify task. We recently upgraded the server from 10.6 to 10.9.1 and it went well. But the pop up stops working. The &lt;A href="https://mapsweb.lib.purdue.edu/arcgis/rest/services/Isee/USA_IN_Parent_Materials/MapServer/identify?f=json&amp;amp;tolerance=3&amp;amp;returnGeometry=false&amp;amp;imageDisplay=822%2C770%2C96&amp;amp;geometry=%7B%22x%22%3A-9616174.789624045%2C%22y%22%3A4906892.814135498%7D&amp;amp;geometryType=esriGeometryPoint&amp;amp;sr=102100&amp;amp;mapExtent=-9873920.449001648%2C4600838.952881669%2C-9371270.550998352%2C5071691.047118331&amp;amp;layers=top" target="_blank" rel="noopener"&gt;query&lt;/A&gt; seems to be working but if you click on the map of the &lt;A href="https://soilexplorer.net/" target="_self"&gt;application&lt;/A&gt;, no pop up shows up. I'm not sure if it is the server configuration or the javascript&amp;nbsp; code issue. Any suggestion is appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 21:07:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pop-up-stop-working-after-server-upgrade/m-p/1203970#M78336</guid>
      <dc:creator>ShirleyYueLi</dc:creator>
      <dc:date>2022-08-17T21:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: pop up stop working after server upgrade</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pop-up-stop-working-after-server-upgrade/m-p/1203973#M78337</link>
      <description>&lt;P&gt;Something might have changed on your server. The URL you are using to Identify only has a raster layer&lt;/P&gt;&lt;P&gt;&lt;A href="https://mapsweb.lib.purdue.edu/arcgis/rest/services/Isee/USA_ALL_gS1021_Vertic_Properties/MapServer" target="_blank" rel="noopener"&gt;https://mapsweb.lib.purdue.edu/arcgis/rest/services/Isee/USA_ALL_gS1021_Vertic_Properties/MapServer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It looks like you're checking for fields with "ClassText" in it, but those are not the fields you get from a raster layer.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 21:20:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pop-up-stop-working-after-server-upgrade/m-p/1203973#M78337</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2022-08-17T21:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: pop up stop working after server upgrade</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pop-up-stop-working-after-server-upgrade/m-p/1204026#M78339</link>
      <description>&lt;P&gt;Thank you for the quick response! The pop up checks for the fields with "ClassText" and if that is null, it will check for field "ClassLabelA' and show that in the pop up. The &lt;A href="https://mapsweb.lib.purdue.edu/arcgis/rest/services/Isee/USA_IN_Parent_Materials/MapServer/identify?f=json&amp;amp;tolerance=3&amp;amp;returnGeometry=false&amp;amp;imageDisplay=822%2C770%2C96&amp;amp;geometry=%7B%22x%22%3A-9616174.789624045%2C%22y%22%3A4906892.814135498%7D&amp;amp;geometryType=esriGeometryPoint&amp;amp;sr=102100&amp;amp;mapExtent=-9873920.449001648%2C4600838.952881669%2C-9371270.550998352%2C5071691.047118331&amp;amp;layers=top" target="_blank" rel="noopener"&gt;query&lt;/A&gt; returned 'ClassLabelA' but didn't show it in the pop up. It used to work when our arcgis server was at version 10.6. We converted the map service to arcgis pro runtime during the server upgrade. Will that cause the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 01:07:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pop-up-stop-working-after-server-upgrade/m-p/1204026#M78339</guid>
      <dc:creator>ShirleyYueLi</dc:creator>
      <dc:date>2022-08-18T01:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: pop up stop working after server upgrade</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pop-up-stop-working-after-server-upgrade/m-p/1204037#M78340</link>
      <description>&lt;P&gt;That field isn't in your results.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ReneRubalcava_0-1660790490268.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/48877iA6C6F6FC5E1A7102/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ReneRubalcava_0-1660790490268.png" alt="ReneRubalcava_0-1660790490268.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It's Raster.ClassLabelA, not just ClassLabelA. I don't know if this is a server version difference or Pro publishing update thing, but this is what your results look like now. When you do this check&amp;nbsp;&lt;STRONG&gt;if(clickLayerLabel.length &amp;gt; 0)&lt;/STRONG&gt;, clickLayerLabel is undefined and your popup never opens.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 02:43:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pop-up-stop-working-after-server-upgrade/m-p/1204037#M78340</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2022-08-18T02:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: pop up stop working after server upgrade</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pop-up-stop-working-after-server-upgrade/m-p/1205007#M78389</link>
      <description>&lt;P&gt;Thank you for pointing that out! That's why the popup doesn't load. I think it is caused by the runtime. I converted the services back to arcmap runtime and the popup opens. Thank you so much for your help!! We really appreciate it!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 14:39:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pop-up-stop-working-after-server-upgrade/m-p/1205007#M78389</guid>
      <dc:creator>ShirleyYueLi</dc:creator>
      <dc:date>2022-08-22T14:39:13Z</dc:date>
    </item>
  </channel>
</rss>

