<?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: Invalid redirect_uri in ArcGIS Online Developers Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-developers-questions/invalid-redirect-uri/m-p/473241#M564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found it, the&amp;nbsp; "appId": "", in the config files was the wrong one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my development cycle:&lt;/P&gt;&lt;P&gt;- create application in Web Application Builder in my workstation,&lt;/P&gt;&lt;P&gt;- download the application locally, &amp;nbsp;create a virtual directory in IIS in my workstation pointing to it&lt;/P&gt;&lt;P&gt;- open the web application with Visual Studio 2012, using the option "Open web Site"&amp;nbsp;and customize it in my workstation&lt;/P&gt;&lt;P&gt;- with Visual Studio 2012, publish the application on the development server (a testing server), in order to be tested by the users&lt;/P&gt;&lt;P&gt;- deploy to production server when end users approve the application or enhancements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Mar 2017 14:18:55 GMT</pubDate>
    <dc:creator>JoseSanchez</dc:creator>
    <dc:date>2017-03-27T14:18:55Z</dc:date>
    <item>
      <title>Invalid redirect_uri</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/invalid-redirect-uri/m-p/473235#M558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After deploying a new version of my WAB application to the server, I am getting the following error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE style="margin: 0px 0px 3px; text-transform: none; text-indent: 0px; letter-spacing: normal; padding-top: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; word-spacing: 0px; border-bottom-color: #000000; border-bottom-width: 1px; border-bottom-style: solid; orphans: 2; widows: 2; background-color: #e5eff7; -webkit-text-stroke-width: 0px;" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding-bottom: 5px; font-size: 0.8em; font-weight: bold;"&gt;Error&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;DIV style="color: #000000; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; font-style: normal; font-weight: normal; word-spacing: 0px; white-space: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; font-variant-ligatures: normal; font-variant-caps: normal;"&gt;&lt;H3&gt;Invalid redirect_uri&lt;/H3&gt;&lt;BR /&gt;&lt;STRONG&gt;Error:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;400&lt;/DIV&gt;&lt;DIV style="color: #000000; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; font-style: normal; font-weight: normal; word-spacing: 0px; white-space: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; font-variant-ligatures: normal; font-variant-caps: normal;"&gt; &lt;/DIV&gt;&lt;P&gt;and the trace in debug mode shows the following lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Failed to load resource: the server responded with a status of 404 (Not Found)&lt;BR /&gt;/[myapp]/jimu.js/main.js?wab_dv=2.2:173&lt;/P&gt;&lt;P&gt;jimu.js init...&lt;BR /&gt;/[myapp]/jimu.js/ConfigManager.js?wab_dv=2.2:127&lt;/P&gt;&lt;P&gt;Load Config: 461.248ms&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 20:16:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/invalid-redirect-uri/m-p/473235#M558</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2017-03-24T20:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid redirect_uri</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/invalid-redirect-uri/m-p/473236#M559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not using portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I access the application via AGOL, I receive the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I access the same application locally in IIS on the server:.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://localhost/webapplication/index.html"&gt;http://localhost/webapplication/index.html&lt;/A&gt;&amp;nbsp;&amp;nbsp; it works if I type local host&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/[servername]/webapplicaiton/index.html"&gt;http://[servername]/webapplicaiton/index.html&lt;/A&gt;&amp;nbsp; it fails if I type the server name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my workstation the same WAP application works fine:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/[servername]/webapplicaiton/index.html"&gt;http://[my workstation]/webapplicaiton/index.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas of why it fails&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 23:29:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/invalid-redirect-uri/m-p/473236#M559</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2017-03-24T23:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid redirect_uri</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/invalid-redirect-uri/m-p/473237#M560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Have you seen the FAQ on this invalid redirect issue?&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Mar 2017 02:21:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/invalid-redirect-uri/m-p/473237#M560</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-03-25T02:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid redirect_uri</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/invalid-redirect-uri/m-p/473238#M561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And if the official help doc Robert pointed you to does work, check out &lt;A href="https://community.esri.com/blogs/myAlaskaGIS/2015/01/15/tips-and-observations-for-getting-web-appbuilder-developer-edition-installed?sr=search&amp;amp;searchId=d02bc3dc-be61-4abc-8a88-495a8d02c11a&amp;amp;searchIndex=1"&gt;/blogs/myAlaskaGIS/2015/01/15/tips-and-observations-for-getting-web-appbuilder-developer-edition-installed?sr=search&amp;amp;searchId=d02bc3dc-be61-4abc-8a88-495a8d02c11a&amp;amp;searchIndex=1&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Mar 2017 03:19:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/invalid-redirect-uri/m-p/473238#M561</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2017-03-25T03:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid redirect_uri</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/invalid-redirect-uri/m-p/473239#M562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where can I find the file signininfo.json?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Go to &lt;SPAN&gt;/server&lt;/SPAN&gt; directory of the Web AppBuilder installation, delete signininfo.json file.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the development server I just deployed the IIS Web App builder Application&amp;nbsp; from my workstation using Visual Studio 2012 and using the VS&amp;nbsp;option Publish a project. I revised the links and they all point to the development server in my workstation, for example&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; proxyUrl: &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-family: Consolas; font-size: small;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2F%5Bdevelopment" rel="nofollow" target="_blank"&gt;http://[development&lt;/A&gt;&lt;SPAN&gt; server]/proxy/proxy.ashx&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This WAB project was working fine on the server before I deployed this new version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 13:24:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/invalid-redirect-uri/m-p/473239#M562</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2017-03-27T13:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid redirect_uri</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/invalid-redirect-uri/m-p/473240#M563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Your post is pretty unclear... Can you clean up your post and clearly define your question/issue? Also have you checked the browser console window for errors?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 13:40:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/invalid-redirect-uri/m-p/473240#M563</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-03-27T13:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid redirect_uri</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/invalid-redirect-uri/m-p/473241#M564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found it, the&amp;nbsp; "appId": "", in the config files was the wrong one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my development cycle:&lt;/P&gt;&lt;P&gt;- create application in Web Application Builder in my workstation,&lt;/P&gt;&lt;P&gt;- download the application locally, &amp;nbsp;create a virtual directory in IIS in my workstation pointing to it&lt;/P&gt;&lt;P&gt;- open the web application with Visual Studio 2012, using the option "Open web Site"&amp;nbsp;and customize it in my workstation&lt;/P&gt;&lt;P&gt;- with Visual Studio 2012, publish the application on the development server (a testing server), in order to be tested by the users&lt;/P&gt;&lt;P&gt;- deploy to production server when end users approve the application or enhancements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 14:18:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/invalid-redirect-uri/m-p/473241#M564</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2017-03-27T14:18:55Z</dc:date>
    </item>
  </channel>
</rss>

