<?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: Query Widget Fail! in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/query-widget-fail/m-p/181011#M5026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you open the Developer console on your browser (in Chrome hit F12, then select Console), then run the failing Query what is the output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Sep 2017 21:43:45 GMT</pubDate>
    <dc:creator>SethLewis1</dc:creator>
    <dc:date>2017-09-08T21:43:45Z</dc:date>
    <item>
      <title>Query Widget Fail!</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/query-widget-fail/m-p/181010#M5025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello. I've been trying for 3 days to get the query widget to do a simple spatial query (return points in a polygon), and can't for the life of me figure out why it's not working (Query Fail! error every time).&amp;nbsp;We are using Portal 10.3 with web authentication. I am not an administrator, but&amp;nbsp;do have a publisher role.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the point layer and the polygon layer are within my organizational services. I've tried small datasets against small datasets, copying the data to the server, merging the polygon into one shape...etc. I can't figure out why this is so difficult. Anybody have any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 05:50:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/query-widget-fail/m-p/181010#M5025</guid>
      <dc:creator>JoelThomas</dc:creator>
      <dc:date>2017-09-07T05:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Query Widget Fail!</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/query-widget-fail/m-p/181011#M5026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you open the Developer console on your browser (in Chrome hit F12, then select Console), then run the failing Query what is the output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 21:43:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/query-widget-fail/m-p/181011#M5026</guid>
      <dc:creator>SethLewis1</dc:creator>
      <dc:date>2017-09-08T21:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Query Widget Fail!</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/query-widget-fail/m-p/181012#M5027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seth, &lt;/P&gt;&lt;P&gt;Thanks for replying. It looks like it's giving me a CORS error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/370481_error1.PNG" style="width: 620px; height: 138px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then ultimately fails to load layers (I *believe* that's what's happening).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/370482_erro2.PNG" style="width: 620px; height: 76px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 22:33:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/query-widget-fail/m-p/181012#M5027</guid>
      <dc:creator>JoelThomas</dc:creator>
      <dc:date>2017-09-08T22:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Query Widget Fail!</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/query-widget-fail/m-p/181013#M5028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask your ArcGIS Server admin to check if they have enabled Cross Origin Resource Sharing (CORS) on the web server. Please see the Web AppBuilder FAQ topic,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/web-appbuilder/guide/faqs.htm" title="https://developers.arcgis.com/web-appbuilder/guide/faqs.htm"&gt;FAQs—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(specifically, this question: &lt;STRONG&gt;Why can't my deployed app access cross-domain resources?&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the fix: &lt;A class="link-titled" href="https://developers.arcgis.com/web-appbuilder/guide/use-proxy.htm" title="https://developers.arcgis.com/web-appbuilder/guide/use-proxy.htm"&gt;Use proxy—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 23:28:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/query-widget-fail/m-p/181013#M5028</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2017-09-08T23:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Query Widget Fail!</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/query-widget-fail/m-p/1373833#M23355</link>
      <description>&lt;P&gt;Hello Mate, I am having a similar issue however in my case the Console suggests Timeout exceed error, would it be possible for you to guide on this ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 11:44:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/query-widget-fail/m-p/1373833#M23355</guid>
      <dc:creator>ashish_kumar5</dc:creator>
      <dc:date>2024-01-24T11:44:55Z</dc:date>
    </item>
  </channel>
</rss>

