<?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: Map unable to load after upgrading from ArcGIS Javascript API from version 4.25 to 4.29 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1307663#M81668</link>
    <description>&lt;P&gt;Hey thank you for letting me know you're also encountering this.&lt;/P&gt;&lt;P&gt;I have not seen this issue reported yet, nor is it occurring in any of the &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/" target="_self"&gt;samples&lt;/A&gt; so I think there will be something more specific causing this.&lt;/P&gt;&lt;P&gt;In this case we really would need to see a sample app to test this. From looking at the change notes however it could one of the &lt;A href="https://developers.arcgis.com/javascript/latest/4.26/" target="_self"&gt;Breaking changes&lt;/A&gt; at 4.26 where 3D Scenes now require a WebGL2-compatible device. Could you therefore test the following &lt;A href="https://get.webgl.org/webgl2/" target="_self"&gt;website&lt;/A&gt; to confirm this is not the case?&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2023 16:27:34 GMT</pubDate>
    <dc:creator>D_McRitchie</dc:creator>
    <dc:date>2023-07-12T16:27:34Z</dc:date>
    <item>
      <title>Map unable to load after upgrading from ArcGIS Javascript API from version 4.25 to 4.29</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1306442#M81631</link>
      <description>&lt;P&gt;After upgrading to ArcGIS Javascript API 4.26.4, the map on our application is unable to load. It shows a black screen. The error message in the browser console is:&lt;/P&gt;&lt;P&gt;Uncaught (in promise) TypeError: i is not a function&lt;BR /&gt;at I.enforceState (RenderingContext.js 5:1)&lt;BR /&gt;at I.configure (RenderingContext.js 5:1)&lt;BR /&gt;at new I (RenderingContext.js 5:1)&lt;BR /&gt;at new P (Stage.js: 5:1)&lt;BR /&gt;at p._startup (MapView.js 5:1)&lt;BR /&gt;at View.js: 5:1&lt;BR /&gt;at u (reactiveUtils.js: 5:1)&lt;BR /&gt;at watch.js: 5:1&lt;BR /&gt;at s (trackingUtils.js:5:1)&lt;BR /&gt;at c (trackingUtils.js:5:1)&lt;BR /&gt;at s [as _notify] (trackingUtils.js:5:1)&lt;BR /&gt;at s.onCommitted (SimpleTrackingTarget.js:5:1)&lt;BR /&gt;at l.onCommitted (Property.js:5:1)&lt;BR /&gt;at l.onCommitted (Property.js:5:1)&lt;BR /&gt;at l.onCommitted (Property.js:5:1)&lt;BR /&gt;at l.onCommitted (Property.js:5:1)&lt;BR /&gt;at a.commit (Property.js:5:1)&lt;BR /&gt;at O.setAtOrigin&amp;nbsp;(Property.js:5:1)&lt;BR /&gt;at O._internalSet (Property.js:5:1)&lt;BR /&gt;at O.internalSet (Property.js:5:1)&lt;BR /&gt;at p._set (Accessor.js:5:1)&lt;BR /&gt;at Loadable.js:5:1&lt;BR /&gt;&lt;BR /&gt;The ArcGIS server we are using is ArcGIS enterprise version 10.41. We are not using&amp;nbsp;knowledgeGraphService in our application, so not sure if it is necessary to upgrade the server to enterprise version 11.1 as mentioned in the breaking changes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 06:41:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1306442#M81631</guid>
      <dc:creator>wzence</dc:creator>
      <dc:date>2023-07-07T06:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Map unable to load after upgrading from ArcGIS Javascript API from version 4.25 to 4.29</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1306444#M81632</link>
      <description>&lt;P&gt;The subject should be "Map unable to load after upgrading from ArcGIS Javascript API from version 4.25 to &lt;STRONG&gt;4.26"&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 06:50:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1306444#M81632</guid>
      <dc:creator>wzence</dc:creator>
      <dc:date>2023-07-07T06:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Map unable to load after upgrading from ArcGIS Javascript API from version 4.25 to 4.29</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1306445#M81633</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you share a snippet or create a CodePen to have a look at the code?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 06:54:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1306445#M81633</guid>
      <dc:creator>-Smita-</dc:creator>
      <dc:date>2023-07-07T06:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Map unable to load after upgrading from ArcGIS Javascript API from version 4.25 to 4.29</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1306455#M81634</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Its a large codebase. The code is working using API v4.25, but once it is upgraded to 4.26.4, the map is unable to load. I suspect there could be some problem in loading the MapView in v4.26:&lt;BR /&gt;&lt;BR /&gt;mapView = new MapView({&lt;BR /&gt;&amp;nbsp; &amp;nbsp;container: 'map-view-container',&lt;BR /&gt;&amp;nbsp; &amp;nbsp;map: MapParams.main.map&lt;BR /&gt;&amp;nbsp; &amp;nbsp;spatialReference: ...&lt;BR /&gt;&amp;nbsp; &amp;nbsp;center: ...&lt;BR /&gt;&amp;nbsp; &amp;nbsp;zoom: 15&lt;BR /&gt;&amp;nbsp; &amp;nbsp;constraints: {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; minZoom: 11,&lt;BR /&gt;&amp;nbsp; &amp;nbsp;},&lt;BR /&gt;&amp;nbsp; &amp;nbsp;hightlightOptions: {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; haloCapacity: 1,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; fillOpacity: 0.1,&lt;BR /&gt;&amp;nbsp; &amp;nbsp;},&lt;BR /&gt;&amp;nbsp; &amp;nbsp;popup: {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; dockOptions: {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;buttonEnabled: false,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;BR /&gt;&amp;nbsp; &amp;nbsp; }&lt;BR /&gt;});&lt;BR /&gt;&lt;BR /&gt;Not sure is it the ArcGIS server also need to be upgraded.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 07:45:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1306455#M81634</guid>
      <dc:creator>wzence</dc:creator>
      <dc:date>2023-07-07T07:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Map unable to load after upgrading from ArcGIS Javascript API from version 4.25 to 4.29</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1307329#M81659</link>
      <description>&lt;P&gt;Unfortunately it is going to be difficult to tell where this is going wrong without a sample but looking at the network traffic log and responses will hopefully provide some results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 16:17:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1307329#M81659</guid>
      <dc:creator>David_McRitchie</dc:creator>
      <dc:date>2023-07-11T16:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Map unable to load after upgrading from ArcGIS Javascript API from version 4.25 to 4.29</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1307492#M81665</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;I am having the same issue.&lt;/P&gt;&lt;P&gt;Here are some things that I had tried and does not work:&lt;/P&gt;&lt;P&gt;1. Upgrade graphics driver to ensure usage of up to version OpenGL 2 to 3+&lt;BR /&gt;2. Under browser configuration example chrome://gpu, i enabled WebGL, and ANGLE to use OpenGL (i've tried all options as well)&lt;BR /&gt;3. Downgrade Chrome browser to older version&lt;BR /&gt;4. Tried using Chrome, Firefox, Opera different browsers all having same issue.&lt;BR /&gt;5. Upgrade to 4.26 and 4.27 shows slightly different error but all pointing to WebGL issue&lt;BR /&gt;6. Tried updated browserslist in package.json to use latest browser version, not IE v11 etc.&lt;BR /&gt;&lt;BR /&gt;The following picture shows what I had encounter for Arcgis v4.27&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jsfr0st_0-1689131872734.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/75218iF04C2FF5B0A0B66F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jsfr0st_0-1689131872734.png" alt="jsfr0st_0-1689131872734.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am suspecting this is an underlying issue with ArcGIS libraries (js-api), incompatible with the latest browsers and maybe GPU as well.&lt;/P&gt;&lt;P&gt;Hope you can find something out from it and let us know, because this issue can snowballed into something bigger if it does not get resolves before v4.28.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 03:18:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1307492#M81665</guid>
      <dc:creator>jsfr0st</dc:creator>
      <dc:date>2023-07-12T03:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Map unable to load after upgrading from ArcGIS Javascript API from version 4.25 to 4.29</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1307663#M81668</link>
      <description>&lt;P&gt;Hey thank you for letting me know you're also encountering this.&lt;/P&gt;&lt;P&gt;I have not seen this issue reported yet, nor is it occurring in any of the &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/" target="_self"&gt;samples&lt;/A&gt; so I think there will be something more specific causing this.&lt;/P&gt;&lt;P&gt;In this case we really would need to see a sample app to test this. From looking at the change notes however it could one of the &lt;A href="https://developers.arcgis.com/javascript/latest/4.26/" target="_self"&gt;Breaking changes&lt;/A&gt; at 4.26 where 3D Scenes now require a WebGL2-compatible device. Could you therefore test the following &lt;A href="https://get.webgl.org/webgl2/" target="_self"&gt;website&lt;/A&gt; to confirm this is not the case?&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 16:27:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1307663#M81668</guid>
      <dc:creator>D_McRitchie</dc:creator>
      <dc:date>2023-07-12T16:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Map unable to load after upgrading from ArcGIS Javascript API from version 4.25 to 4.29</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1307846#M81676</link>
      <description>&lt;P&gt;My app does not have any 3D items neither using any 3D apis. I tested with the website you gave and yes my browser is webgl2 compatible.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JSFrost_0-1689233793107.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/75308iAAD82646283AF115/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JSFrost_0-1689233793107.png" alt="JSFrost_0-1689233793107.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 07:34:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1307846#M81676</guid>
      <dc:creator>JSFrost</dc:creator>
      <dc:date>2023-07-13T07:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Map unable to load after upgrading from ArcGIS Javascript API from version 4.25 to 4.29</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1307975#M81680</link>
      <description>&lt;P&gt;Thank you for checking and confirming. In this case I am unsure so I would recommend raising a Support case with your distributor if possible. If you are also on ArcGIS Server 10.4.1 then it would be best to upgrade this as this version is now &lt;A href="https://support.esri.com/en-us/products/arcgis-enterprise/life-cycle" target="_self"&gt;unsupported&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 16:31:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1307975#M81680</guid>
      <dc:creator>David_McRitchie</dc:creator>
      <dc:date>2023-07-13T16:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Map unable to load after upgrading from ArcGIS Javascript API from version 4.25 to 4.29</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1309404#M81730</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Just to update, so had tried upgrade server to v11 and using arcgis 4.26, the issue remains. It might not be server issue.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 08:04:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1309404#M81730</guid>
      <dc:creator>JSFrost</dc:creator>
      <dc:date>2023-07-19T08:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Map unable to load after upgrading from ArcGIS Javascript API from version 4.25 to 4.29</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1309956#M81743</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just to share, after upgrading to ArcGIS v4.26.4 from v4.25.5, and then I just replace the 'RenderingContext.js' file found in &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/642472"&gt;@ArcGIS&lt;/a&gt;/core/views/webgl&amp;nbsp;from the old version (v4.25.5), the map will be able to load without changing my code.&lt;/P&gt;&lt;P&gt;I'm not sure what is the difference in RenderingContext.js in v4.26.4 that cause the map not able to load.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 08:49:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1309956#M81743</guid>
      <dc:creator>wzence</dc:creator>
      <dc:date>2023-07-20T08:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Map unable to load after upgrading from ArcGIS Javascript API from version 4.25 to 4.29</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1312408#M81802</link>
      <description>&lt;P&gt;Just an update. In order for the map to load in v4.27, I will need to manually modify what seems to be a bug in&amp;nbsp;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/642472" target="_blank"&gt;@ArcGIS&lt;/A&gt;&lt;SPAN&gt;/core/views/webgl/RenderingContext.js.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Details of the change I made in&amp;nbsp;&lt;SPAN&gt;RenderingContext.js:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need to pass in the object "r" to the function configure(e,r) when in turn call enforceState(r) which has the following line of code in the function:&lt;BR /&gt;&lt;BR /&gt;this.type === r.WEGL2 &amp;amp;&amp;amp; e.bindTexture(R.TEXTURE_3D, null)&lt;BR /&gt;&lt;BR /&gt;The "r" in "r.WEGL2" is somehow undefined if it is not passed in from configure() to enforeState()&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 02:41:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-unable-to-load-after-upgrading-from-arcgis/m-p/1312408#M81802</guid>
      <dc:creator>wzence</dc:creator>
      <dc:date>2023-07-27T02:41:34Z</dc:date>
    </item>
  </channel>
</rss>

