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 Number BUG-000177094
SubmittedJune 11, 2025
Last ModifiedOctober 27, 2025
Applies toArcGIS Experience Builder developer edition
Version found1.17
Operating SystemWindows OS
Operating System Version10.0 64 Bit
Version FixedPlanned 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>

Steps to Reproduce

Bug ID: BUG-000177094

Software:

  • ArcGIS Experience Builder developer edition

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options