<?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: Application Times-out and requests user's credentials in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1488422#M13009</link>
    <description>&lt;P&gt;Oh boy, I am not sure this will be a guarantee fix for everyone, but I can go through my journey that may be of some help, keeping in mind that “your mileage may vary”. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Environment setup:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ArcGIS Enterprise 11.2&lt;/LI&gt;&lt;LI&gt;ExB Dev edition 1.13 -&amp;gt; Deployed on Azure Static Web Apps&lt;/LI&gt;&lt;LI&gt;Azure AD for SSO&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;Checking the portal expiry from the ArcGIS Portal: &lt;A href="https://enterprise.arcgis.com/en/portal/latest/administer/windows/specify-the-default-token-expiration-time.htm" target="_blank" rel="noopener"&gt;https://enterprise.arcgis.com/en/portal/latest/administer/windows/specify-the-default-token-expiration-time.htm&lt;/A&gt;. Ours is set as &lt;STRONG&gt;-1&lt;/STRONG&gt; which means it’s the max of two weeks:&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="ClangDevGuy_0-1718044836524.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/106666iF5C5A7C303ABBEA7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ClangDevGuy_0-1718044836524.png" alt="ClangDevGuy_0-1718044836524.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;Check the ArcGIS server tokens here: &lt;A href="https://enterprise.arcgis.com/en/server/latest/administer/windows/editing-token-settings-in-manager.htm" target="_blank" rel="noopener"&gt;https://enterprise.arcgis.com/en/server/latest/administer/windows/editing-token-settings-in-manager.htm&lt;/A&gt;. There are short-live and Long-lived tokens, just be careful to not go too long of a lifespan but it could be causing timeouts if an expiring date is not being provided from the ExB/Javascript code.&lt;/LI&gt;&lt;LI&gt;We currently have our CORS policy empty in arcigs portal settings to accept all domains (as in its just blank): &lt;A href="https://enterprise.arcgis.com/en/portal/latest/administer/windows/restrict-cross-domain-requests-to-your-portal.htm" target="_blank" rel="noopener"&gt;https://enterprise.arcgis.com/en/portal/latest/administer/windows/restrict-cross-domain-requests-to-your-portal.htm&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;I was ignoring the “cannot register the service worker” warning that was in the developer console when first accessing the app, but I resolved that due to a trailing slash (“/”) problem in URL and how the app was deployed in Azure Static Web App. So, I recommend making sure you see the “register a service worker”:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ClangDevGuy_1-1718044836527.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/106667i934BF788E473E3C5/image-size/large?v=v2&amp;amp;px=999" role="button" title="ClangDevGuy_1-1718044836527.png" alt="ClangDevGuy_1-1718044836527.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;This led to my to my additional problem of when ExB does a token refresh I noticed it was erroring out from looking at the network requests in the developer tools (I’m using Chrome). Having that trailing slash caused an error in the token refresh. Might be worth looking into the network call if its erroring out to try and narrow it down from there.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Other things, I upgraded to use the recommended Node.js and React version to 18 when using the dev edition builder.&lt;/LI&gt;&lt;LI&gt;Upgrade to ExB 1.14 and hope its all fixed &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;. I am personally going to wait for our enterprise to get upgraded to 11.3 before I move into that version because I am starting to get the feel that going too far ahead with the ExB version compared to Enterprise seems to be cause more issues now.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Looking back, I would have just spent more time with a pure ArcGIS JavaScript SDK solution instead of trying to leverage ExB...&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2024 18:46:26 GMT</pubDate>
    <dc:creator>ClangDevGuy</dc:creator>
    <dc:date>2024-06-10T18:46:26Z</dc:date>
    <item>
      <title>Application Times-out and requests user's credentials</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1164849#M4197</link>
      <description>&lt;P&gt;We have an ExB application running on top for ArcGIS Enterprise 10.9.0. AGS enterprise is using Integrated Windows authentication to authenticate users and Single Sign On is enabled (users never enter their credentials).&amp;nbsp;&lt;/P&gt;&lt;P&gt;The application works fine, however after 30 minutes or so, they authentication seems to "timeout" and the user gets a message saying "Please sign in to access the item" (see below). You can't put your credentials here since the system is using IWA, so the only way to continue using the app is to reload the full app and start over again.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="SignInScreen.PNG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/39012i7EE9B8C673C85372/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SignInScreen.PNG" alt="SignInScreen.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought it might be due to inactivity, but it's not. I even added a component that will make a query to Portal every minute to see if this will keep it alive, but didn't work.&lt;/P&gt;&lt;P&gt;Any thoughts on this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Alejandro&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 18:18:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1164849#M4197</guid>
      <dc:creator>AlejandroMari1</dc:creator>
      <dc:date>2022-04-15T18:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Application Times-out and requests user's credentials</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1183922#M4606</link>
      <description>&lt;P&gt;We are experiencing the same behavior - did you ever figure this out?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 15:29:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1183922#M4606</guid>
      <dc:creator>MichaelAugust</dc:creator>
      <dc:date>2022-06-17T15:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Application Times-out and requests user's credentials</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1183966#M4607</link>
      <description>&lt;P&gt;I haven't unfortunately. I will open a support case soon, as this is starting to be a problem for us. I will post back if we find anything relevant.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 17:02:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1183966#M4607</guid>
      <dc:creator>AlejandroMari1</dc:creator>
      <dc:date>2022-06-17T17:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Application Times-out and requests user's credentials</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1360853#M9900</link>
      <description>&lt;P&gt;Any luck with this issue?&amp;nbsp; Same problems here.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 13:33:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1360853#M9900</guid>
      <dc:creator>BradKiep</dc:creator>
      <dc:date>2023-12-14T13:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Application Times-out and requests user's credentials</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1361213#M9914</link>
      <description>&lt;P&gt;Nope, it still happens for us. Seems to happen more often with ExB 1.12 actually.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 22:49:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1361213#M9914</guid>
      <dc:creator>AlejandroMari1</dc:creator>
      <dc:date>2023-12-14T22:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Application Times-out and requests user's credentials</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1361219#M9915</link>
      <description>&lt;P&gt;Nope - same thing happens with different users &amp;amp; apps. It's hard to pin down, our IT says our login timeout is like 8hrs or more and it's not our VPN, our Portal timeout is set to the max value as well, so it'd be great if someone could point us towards anything else that might be causing the Portal logins to timeout seemingly randomly...&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 22:55:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1361219#M9915</guid>
      <dc:creator>MichaelAugust</dc:creator>
      <dc:date>2023-12-14T22:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Application Times-out and requests user's credentials</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1367576#M10168</link>
      <description>&lt;P&gt;Any update from y'alls end perhaps?&amp;nbsp; Did anyone open a support case?&amp;nbsp; I have an ongoing case for a nearly identical issue.&amp;nbsp; There was a documented bug for the issue, but it was resolved in ArcGIS Enterprise 11.1.&amp;nbsp;&amp;nbsp;Hopefully the link below helps someone out.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/bug/arcgis-experience-builder-fails-to-refresh-tokens-after-bug-000156635" target="_blank"&gt;https://support.esri.com/en-us/bug/arcgis-experience-builder-fails-to-refresh-tokens-after-bug-000156635&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, we are running Enterprise 11.1 alongside Experience Builder Developer Edition 1.11 and still have the issue for certain applications.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 20:09:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1367576#M10168</guid>
      <dc:creator>Marshal</dc:creator>
      <dc:date>2024-01-08T20:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Application Times-out and requests user's credentials</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1386375#M11064</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/12118"&gt;@MichaelAugust&lt;/a&gt;&amp;nbsp;We have the exact same issue and its border line impossible to troubleshoot. Lots of variation in users affected etc. Did you ever resolve the issues?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 23:39:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1386375#M11064</guid>
      <dc:creator>QuantitativeFuturist</dc:creator>
      <dc:date>2024-02-23T23:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Application Times-out and requests user's credentials</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1386383#M11065</link>
      <description>&lt;P&gt;Nope - a couple of our employees just have been living with it, I'm still just watching this thread grow and grow so it's a real problem. I wish someone who was versed in credentials/logins would chime in from ESRI, even with some suggestions of things to test. Support case really just pointed to our IT dept., went nowhere.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 23:52:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1386383#M11065</guid>
      <dc:creator>MichaelAugust</dc:creator>
      <dc:date>2024-02-23T23:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Application Times-out and requests user's credentials</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1396493#M11615</link>
      <description>&lt;P&gt;It is absolutely NOT resolved at 11.1 or 11.2. Someone from esri needs to comment asap.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 11:47:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1396493#M11615</guid>
      <dc:creator>QuantitativeFuturist</dc:creator>
      <dc:date>2024-03-15T11:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Application Times-out and requests user's credentials</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1396614#M11620</link>
      <description>&lt;P&gt;That's disappointing to hear, we are planning an upgrade to 11.x later this year.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 15:50:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1396614#M11620</guid>
      <dc:creator>AlejandroMari1</dc:creator>
      <dc:date>2024-03-15T15:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Application Times-out and requests user's credentials</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1476451#M12737</link>
      <description>&lt;P&gt;Hi Alejandro,&lt;/P&gt;&lt;P&gt;I hope you figured this out by now!&amp;nbsp; I am on 11.1 windows and have the same thing happening. I have an EXB that is open to everyone that works fine but all the EXB's that are based on AD groups for access are doing the timeout thing. So, I believe it is related to AD membership in a group, but I don't know how to fix it. Hopefully, there is a setting someone can enlighten me about regarding how often portal is checking for AD group membership, or something like that???&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 18:10:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1476451#M12737</guid>
      <dc:creator>John_Tyll</dc:creator>
      <dc:date>2024-05-21T18:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Application Times-out and requests user's credentials</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1476537#M12739</link>
      <description>&lt;P&gt;Hi John, unfortunately we haven't figured it out yet. Still happening pretty much across the board with ExB (even using the latest dev. edition 1.14). Agreed it's related to AD membership. We tried different time-out settings on the JS API side and ExB configuration, but none of that mattered. The time-out seems random as well, sometimes it happens within a few minutes, and sometimes hours.&lt;/P&gt;&lt;P&gt;Alejandro&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 20:37:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1476537#M12739</guid>
      <dc:creator>AlejandroMari1</dc:creator>
      <dc:date>2024-05-21T20:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Application Times-out and requests user's credentials</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1476560#M12740</link>
      <description>&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-questions/connect-with-sso-on-experience-builder-application/m-p/1379802" target="_blank"&gt;https://community.esri.com/t5/arcgis-experience-builder-questions/connect-with-sso-on-experience-builder-application/m-p/1379802&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I am also dealing with user reports of this issue on 10.9.1 with Experience Builder 1.12. This post also appears related and has two possible solutions.&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Altering Enterprise security settings to prevent ArcGIS login.&lt;/LI&gt;&lt;LI&gt;Adding the AppID to the config.json file (for Developer Edition).&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 21 May 2024 21:03:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1476560#M12740</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2024-05-21T21:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Application Times-out and requests user's credentials</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1480581#M12841</link>
      <description>&lt;P&gt;Thanks Jeffrey,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did see that post and we tried adding the AppID to the config.json, but it didn't solve the problem. For option 1 while we mainly use SSO via Integrated Windows Authentication we have an administrative login IT created that uses ArcGIS login to authenticate so I can't test that option to see if it is the fix. As it is now that wouldn't be our fix without re-work on our current deployment.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 22:08:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1480581#M12841</guid>
      <dc:creator>John_Tyll</dc:creator>
      <dc:date>2024-05-29T22:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Application Times-out and requests user's credentials</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1480582#M12842</link>
      <description>&lt;P&gt;Thanks for the reply Alejandro, sorry to hear it is still an issue. Were you able to try the suggestions Jeffrey Thompson2 provided, and did anything change?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 22:11:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1480582#M12842</guid>
      <dc:creator>John_Tyll</dc:creator>
      <dc:date>2024-05-29T22:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Application Times-out and requests user's credentials</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1481306#M12852</link>
      <description>&lt;P&gt;I believe we have a solution for this, I'll ask my senior developer to post our findings when he gets back from vacation next week. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 16:41:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1481306#M12852</guid>
      <dc:creator>QuantitativeFuturist</dc:creator>
      <dc:date>2024-05-30T16:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Application Times-out and requests user's credentials</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1481401#M12853</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;QuantitativeFuturist!&amp;nbsp; I am looking forward to hearing more.&amp;nbsp; -John&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 17:31:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1481401#M12853</guid>
      <dc:creator>John_Tyll</dc:creator>
      <dc:date>2024-05-30T17:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Application Times-out and requests user's credentials</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1488300#M13003</link>
      <description>&lt;P&gt;Do you have any information to share?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 15:28:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1488300#M13003</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2024-06-10T15:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Application Times-out and requests user's credentials</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1488327#M13005</link>
      <description>&lt;P&gt;Bump!&lt;/P&gt;&lt;P&gt;Good Morning, I am checking in to see if you have an update?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 16:10:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/application-times-out-and-requests-user-s/m-p/1488327#M13005</guid>
      <dc:creator>John_Tyll</dc:creator>
      <dc:date>2024-06-10T16:10:46Z</dc:date>
    </item>
  </channel>
</rss>

