laptop and a wrench

Bogue

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
Numéro d’ID de bogue BUG-000171477
EnvoiOctober 14, 2024
Dernière modificationAugust 5, 2025
S’applique àArcGIS Experience Builder
Version trouvée11.3
Système d’exploitationWindows Server
Version du système d’exploitation2019 64 Bit
StatutIn Product Plan

Solution de contournement

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

});

Étapes pour reproduire

ID de bogue: BUG-000171477

Logiciel:

  • ArcGIS Experience Builder

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement