laptop and a wrench

Erro

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 do Erro BUG-000177094
EnviadoJune 11, 2025
Última ModificaçãoOctober 27, 2025
Aplica-se àArcGIS Experience Builder developer edition
Versão encontrada1.17
Sistema OperacionalWindows OS
Versão do Sistema Operacional10.0 64 Bit
Versão FixaPlanned Release Date: Q4 2025
StatusFixed

Solução Provisória

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>

Etapas para Reproduzir

ID do Erro: BUG-000177094

Software:

  • ArcGIS Experience Builder developer edition

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download