laptop and a wrench

Bug

When an experience is configured with a feature layer or table as a data source and no webmap is used within the experience REST JS authorization oath callback fails with a 404 error.

ArcGIS Experience Builder developer edition
Bug-ID-Nummer BUG-000177094
EingereichtJune 11, 2025
Zuletzt geändertOctober 27, 2025
Gilt fürArcGIS Experience Builder developer edition
Gefunden in Version1.17
BetriebssystemWindows OS
Betriebssystemversion10.0 64 Bit
Behoben in VersionPlanned Release Date: Q4 2025
StatusFixed

Workaround

Allow longer URLs in the web config. Simply add everything in the <security> tag to increase the allowed query string and URL size.

<?xml version="1.0" encoding="utf-8"?>

<configuration>

 <system.webServer>

  <security>

   <requestFiltering>

    <!-- raise these values to accommodate your long OAuth callback URLs -->

    <requestLimits maxQueryString="8192" maxUrl="8192" />

   </requestFiltering>

  </security>

 </system.webServer>

</configuration>

Schritte zur Reproduzierung

Bug-ID: BUG-000177094

Software:

  • ArcGIS Experience Builder developer edition

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln