laptop and a wrench

Error

Portal for ArcGIS 11.3: The URL parameter data_version in ArcGIS Experience Builder is double-encoded, causing improper version parsing and resulting in incorrect switching of branch versions.

ArcGIS Experience Builder
Número de ID del error BUG-000171477
EnviadoOctober 14, 2024
Última modificaciónAugust 5, 2025
Relacionado conArcGIS Experience Builder
Versión encontrada11.3
Sistema operativoWindows Server
Versión de sistema operativo2019 64 Bit
EstadoIn Product Plan

Solución alternativa

Decode the data_version parameter manually:

  • In ArcGIS Experience Builder app, modify the code to decode the data_version URL parameter before it is processed by the widget.
  • Use the decodeURIComponent() function to ensure that double-encoded characters, such as %25253A, are correctly decoded into : (colon), allowing the widget to recognize and handle the versions properly.

Example:

const decodedVersion = decodeURIComponent(t.data_version);

const versionParts = decodedVersion.split(":");

this.setState({

urlStartUpVersion: versionParts[1] // Use the correct part of the version

});

Pasos para reproducir

ID del error: BUG-000171477

Software:

  • ArcGIS Experience Builder

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