<?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: &amp;quot;Error While Fetching Tile&amp;quot; error trying to load public Feature Layer into WebMap in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-error-while-fetching-tile-quot-error-trying/m-p/1323102#M82093</link>
    <description>&lt;P&gt;Hello!&amp;nbsp; &amp;nbsp;did you find a solution to this "Encountered error when fetching tile" problem?&amp;nbsp; &amp;nbsp;I am now receiving this error in my application.&amp;nbsp; I changed nothing in the code,&amp;nbsp; but now takes a looong time to load Features and only pieces(tiles?) of the FeatureServices seem to draw.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;hopefully you found a solution!&amp;nbsp; thx&lt;/P&gt;</description>
    <pubDate>Mon, 28 Aug 2023 18:06:32 GMT</pubDate>
    <dc:creator>Paco</dc:creator>
    <dc:date>2023-08-28T18:06:32Z</dc:date>
    <item>
      <title>"Error While Fetching Tile" error trying to load public Feature Layer into WebMap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-error-while-fetching-tile-quot-error-trying/m-p/1070328#M73557</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;When I try to load a public Feature Layer hosted in ArcGIS using the JS library I get an error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BrunoDiGiuseppe_0-1624261779069.png" style="width: 793px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/16445iBAF8D171979401CA/image-dimensions/793x324?v=v2" width="793" height="324" role="button" title="BrunoDiGiuseppe_0-1624261779069.png" alt="BrunoDiGiuseppe_0-1624261779069.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My code is basically what the documentation suggests doing. I am using ES Modules to load the map in an Angular 12 application. The following is a snippet of what i have tried(which is just what the documentation suggests):&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;    const webmap = new Map({
      basemap: 'arcgis-dark-gray'
    });

    const view = new MapView({
      container: docuemnt.getElementById('container'),
      map: webmap,
      center: [-2.7319798957155292, 54.999668703716296],
      zoom: 4
    });

    const layerView = new FeatureLayer({
        url: {{FeatureLayerURL}}
    });
    
    webmap.add(layerView);

    &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Feature Layers shows correctly on the service definition and on the ArcGIS&amp;nbsp; Online Visualization tools.&lt;/P&gt;&lt;P&gt;&amp;nbsp;What seems weird is that the first request to retrieve the layer ({{url}}/FeatureServer/0) seems to&amp;nbsp; work&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BrunoDiGiuseppe_1-1624262680892.png" style="width: 1062px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/16446i99E806D84DE8E084/image-dimensions/1062x234?v=v2" width="1062" height="234" role="button" title="BrunoDiGiuseppe_1-1624262680892.png" alt="BrunoDiGiuseppe_1-1624262680892.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But then it tries to query (I am not manually setting any queries so i'm lost)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BrunoDiGiuseppe_2-1624262806015.png" style="width: 940px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/16447i41198FFF6A285DBB/image-dimensions/940x248?v=v2" width="940" height="248" role="button" title="BrunoDiGiuseppe_2-1624262806015.png" alt="BrunoDiGiuseppe_2-1624262806015.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any pointers as to how to fix it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 08:09:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-error-while-fetching-tile-quot-error-trying/m-p/1070328#M73557</guid>
      <dc:creator>BrunoDiGiuseppe</dc:creator>
      <dc:date>2021-06-21T08:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: "Error While Fetching Tile" error trying to load public Feature Layer into WebMap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-error-while-fetching-tile-quot-error-trying/m-p/1323102#M82093</link>
      <description>&lt;P&gt;Hello!&amp;nbsp; &amp;nbsp;did you find a solution to this "Encountered error when fetching tile" problem?&amp;nbsp; &amp;nbsp;I am now receiving this error in my application.&amp;nbsp; I changed nothing in the code,&amp;nbsp; but now takes a looong time to load Features and only pieces(tiles?) of the FeatureServices seem to draw.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;hopefully you found a solution!&amp;nbsp; thx&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 18:06:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-error-while-fetching-tile-quot-error-trying/m-p/1323102#M82093</guid>
      <dc:creator>Paco</dc:creator>
      <dc:date>2023-08-28T18:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: "Error While Fetching Tile" error trying to load public Feature Layer into WebMap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-error-while-fetching-tile-quot-error-trying/m-p/1323972#M82114</link>
      <description>&lt;P&gt;btw,&amp;nbsp; &amp;nbsp;the issue with these errors was a problem on the ESRI/AGOL Hosted Feature Service side.&amp;nbsp; &amp;nbsp;once ESRI corrected the problem i had no more errors.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 16:21:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-error-while-fetching-tile-quot-error-trying/m-p/1323972#M82114</guid>
      <dc:creator>Paco</dc:creator>
      <dc:date>2023-08-30T16:21:57Z</dc:date>
    </item>
  </channel>
</rss>

