laptop and a wrench

Error

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
Número de ID del error BUG-000177094
EnviadoJune 11, 2025
Última modificaciónAugust 5, 2025
Relacionado conArcGIS Experience Builder developer edition
Versión encontrada1.17
Sistema operativoWindows OS
Versión de sistema operativo10.0 64 Bit
EstadoIn Product Plan

Solución alternativa

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>

Pasos para reproducir

ID del error: BUG-000177094

Software:

  • ArcGIS Experience Builder developer edition

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga