<?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 Error viewing changes to Experience Builder apps with ArcGIS Assistant (AGOL) in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1176675#M4475</link>
    <description>&lt;P&gt;Apologies if this has already been posted/solved already!&lt;/P&gt;&lt;P&gt;My organisation has recently started creating apps using experience builder in AGOL, rather than WAB.&lt;/P&gt;&lt;P&gt;In the past, we would have dev, test, and prod versions of WAB apps and apply changes to each by copying json across using AGO/ArcGIS Assistant (and repointing web map/feature service URLs etc). This worked well and we could see the changes when editing the prod version of the WAB app.&lt;/P&gt;&lt;P&gt;This does not seem to work for experience builder apps though, as changes made by copying json do not show up in the edit interface, but do when accessing the app directly.&lt;/P&gt;&lt;P&gt;I've added three screenshots that show this below (all after json has been copied).&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Viewing the app via URL after the json has been copied (text change and map added)&lt;/LI&gt;&lt;LI&gt;The app in the edit interface after the json has been copied (text unchanged and image rather than map)&lt;/LI&gt;&lt;LI&gt;Confirmation that the json has been changed&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any help with this is much appreciated! Being able to make quick changes/bug fixes for the prod version via the normal edit view is very useful and would be great if it can be fixed.&lt;/P&gt;</description>
    <pubDate>Mon, 23 May 2022 23:39:20 GMT</pubDate>
    <dc:creator>HaydenRickard</dc:creator>
    <dc:date>2022-05-23T23:39:20Z</dc:date>
    <item>
      <title>Error viewing changes to Experience Builder apps with ArcGIS Assistant (AGOL)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1176675#M4475</link>
      <description>&lt;P&gt;Apologies if this has already been posted/solved already!&lt;/P&gt;&lt;P&gt;My organisation has recently started creating apps using experience builder in AGOL, rather than WAB.&lt;/P&gt;&lt;P&gt;In the past, we would have dev, test, and prod versions of WAB apps and apply changes to each by copying json across using AGO/ArcGIS Assistant (and repointing web map/feature service URLs etc). This worked well and we could see the changes when editing the prod version of the WAB app.&lt;/P&gt;&lt;P&gt;This does not seem to work for experience builder apps though, as changes made by copying json do not show up in the edit interface, but do when accessing the app directly.&lt;/P&gt;&lt;P&gt;I've added three screenshots that show this below (all after json has been copied).&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Viewing the app via URL after the json has been copied (text change and map added)&lt;/LI&gt;&lt;LI&gt;The app in the edit interface after the json has been copied (text unchanged and image rather than map)&lt;/LI&gt;&lt;LI&gt;Confirmation that the json has been changed&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any help with this is much appreciated! Being able to make quick changes/bug fixes for the prod version via the normal edit view is very useful and would be great if it can be fixed.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 23:39:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1176675#M4475</guid>
      <dc:creator>HaydenRickard</dc:creator>
      <dc:date>2022-05-23T23:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error viewing changes to Experience Builder apps with ArcGIS Assistant (AGOL)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1176778#M4477</link>
      <description>&lt;P&gt;I don't use EB on AGOL, and almost exclusively use the Developer Edition, but when I look at the files that a single Experience is using, there's more than just one JSON file.&lt;/P&gt;&lt;P&gt;From your screenshot, it looks like the AGO Assistant is seeing the&amp;nbsp;&lt;STRONG&gt;config.json&lt;/STRONG&gt; file. EB has the newer feature of separating saving from "publishing", so there's a built-in separation between your latest edit and what the users see when the app is accessed.&lt;/P&gt;&lt;P&gt;In the Developer Edition, the editor interface accesses a separate&amp;nbsp;&lt;STRONG&gt;tmp&lt;/STRONG&gt; folder. I would guess that the AGOL version is doing something similar. You're only able to copy the JSON to the published version of the app, but the files in that&amp;nbsp;&lt;STRONG&gt;tmp&lt;/STRONG&gt; folder that the editor uses are still stuck at the older version.&lt;/P&gt;&lt;P&gt;Are you clicking "publish" before copying the JSON? To be clear, you probably need to click "publish" on&amp;nbsp;&lt;EM&gt;both&amp;nbsp;&lt;/EM&gt;apps (source and destination) before copying the JSON. Publishing the app tells it that it no longer needs the&amp;nbsp;&lt;STRONG&gt;tmp&lt;/STRONG&gt; files, because there are no unpublished changes to track.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 12:20:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1176778#M4477</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-05-24T12:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error viewing changes to Experience Builder apps with ArcGIS Assistant (AGOL)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1177046#M4485</link>
      <description>&lt;P&gt;Thanks for the explanation, it helped a lot and made the way experience builder functions behind the scenes make more sense.&lt;/P&gt;&lt;P&gt;Both apps had all changes saved &amp;amp; published before copying the json across, so that doesn't seem to be the issue unfortunately.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 21:41:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1177046#M4485</guid>
      <dc:creator>HaydenRickard</dc:creator>
      <dc:date>2022-05-24T21:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error viewing changes to Experience Builder apps with ArcGIS Assistant (AGOL)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1264650#M6382</link>
      <description>&lt;P&gt;Hello! Did you ever find a solution for this? My organization does the same thing, we have dev and prod environments.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 18:24:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1264650#M6382</guid>
      <dc:creator>ShelleySchulte1</dc:creator>
      <dc:date>2023-03-06T18:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error viewing changes to Experience Builder apps with ArcGIS Assistant (AGOL)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1302551#M7368</link>
      <description>&lt;P&gt;Same issue here. I made a whole experience that took me several days of work to configure, and then I decided I wanted to group the map layers. This broke all of my widgets because the layer IDs changed. Normally, if this were Web AppBuilder, I would just update the JSON to point at the new layer IDs, and this is what I tried with the ExB app - changes partially worked in the published item, but when I open it in Edit mode everything is still broken.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 17:15:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1302551#M7368</guid>
      <dc:creator>MattChomicky1</dc:creator>
      <dc:date>2023-06-23T17:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error viewing changes to Experience Builder apps with ArcGIS Assistant (AGOL)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1377672#M10653</link>
      <description>&lt;P&gt;I am looking for a solution to this as well. This thread seems to best describe my objective and the issues involved.&lt;/P&gt;&lt;P&gt;The item's Resources tab in the new ArcGIS Assistant contains a handful of files associated with the Web Experience. This is where I would expect a tmp file to be available, if that function is ever implemented for AGOL. For now, it looks like only the config file is accessible.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 17:40:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1377672#M10653</guid>
      <dc:creator>Kuyler_JonesCivil</dc:creator>
      <dc:date>2024-02-02T17:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error viewing changes to Experience Builder apps with ArcGIS Assistant (AGOL)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1418441#M12429</link>
      <description>&lt;P&gt;Use this AGOL Assistant:&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;AGOL Assistant: &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;A href="https://www.youtube.com/redirect?event=video_description&amp;amp;redir_token=QUFFLUhqbEd6LXczTWlUeGFDcWpYV3Y1OHpIcW9yVVdXZ3xBQ3Jtc0trTlN2N2ZhN2tDdEtHZndyQzktSFpLSWlSVXA2djA0N2RId05XNGhkS1l3UFVZOXY1enliSDVrV0pCQ0FyZEFiUEc5TFZnc29PVWZrOEJyYzVudkM0dFNEX0hxbVFGWlY3SEV2akttdkdfUXdFb1ZNaw&amp;amp;q=https%3A%2F%2Fassistant.esri-ps.com%2F&amp;amp;v=MLh1JmF9GVg" target="_blank" rel="nofollow noopener"&gt;https://assistant.esri-ps.com/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I was able to edit the config file, same JSON as the published item.&amp;nbsp; Saved it and it worked!&amp;nbsp; The EB editor now matches what is published.&lt;/P&gt;&lt;P&gt;I found the answer from here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=MLh1JmF9GVg" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=MLh1JmF9GVg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 22:07:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1418441#M12429</guid>
      <dc:creator>MGEGIS</dc:creator>
      <dc:date>2024-05-02T22:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error viewing changes to Experience Builder apps with ArcGIS Assistant (AGOL)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1545583#M15235</link>
      <description>&lt;P&gt;This worked for me, thank you!&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;However, the video you linked only covers editing the published JSON. For other people trying to find it, the&amp;nbsp;&lt;STRONG&gt;config/config.json&lt;/STRONG&gt;&amp;nbsp;file you need to edit to make EB editor match the published item can be found in the &lt;STRONG&gt;Resources&lt;/STRONG&gt; tab and edited the same way.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nbiarrieta_bcgis_0-1728050222277.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/116504i09A7027E4B654987/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nbiarrieta_bcgis_0-1728050222277.png" alt="nbiarrieta_bcgis_0-1728050222277.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2024 14:01:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1545583#M15235</guid>
      <dc:creator>natashalovesgis</dc:creator>
      <dc:date>2024-10-04T14:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error viewing changes to Experience Builder apps with ArcGIS Assistant (AGOL)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1549928#M15513</link>
      <description>&lt;P&gt;That helped a lot thank you!&lt;/P&gt;&lt;P&gt;I went to&amp;nbsp;&lt;STRONG&gt;config.json&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;file&amp;nbsp;and changed the color of my bar charts and it broke all my dynamic text in the experience. But the graphs look the way they need to now...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Have you had this issue before?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 14:15:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1549928#M15513</guid>
      <dc:creator>ArianaMo1912</dc:creator>
      <dc:date>2024-10-18T14:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error viewing changes to Experience Builder apps with ArcGIS Assistant (AGOL)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1626787#M19473</link>
      <description>&lt;P&gt;I did have one experience builder go blank when I edited config.sys. Highly recommend keeping a backup. Also verify your back up if fully populated.&amp;nbsp; &amp;nbsp; I now have a python script that is updating my embed widgets 4x daily and working well so far. Thanks all for the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 17:16:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1626787#M19473</guid>
      <dc:creator>JeffFranzen1</dc:creator>
      <dc:date>2025-06-25T17:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error viewing changes to Experience Builder apps with ArcGIS Assistant (AGOL)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1700473#M23255</link>
      <description>&lt;P data-unlink="true"&gt;Using&lt;A href="https://assistant.esri-ps.com/" target="_self"&gt;&amp;nbsp;https://assistant.esri-ps.com/&lt;/A&gt;&amp;nbsp;&amp;nbsp;instead of&amp;nbsp;&lt;A href="https://ago-assistant.esri.com/" target="_self"&gt;https://ago-assistant.esri.com/&lt;/A&gt;&amp;nbsp;solved this problem for me!&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 20:23:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/error-viewing-changes-to-experience-builder-apps/m-p/1700473#M23255</guid>
      <dc:creator>SethStrumwasser1</dc:creator>
      <dc:date>2026-05-06T20:23:14Z</dc:date>
    </item>
  </channel>
</rss>

