Bug
Bug ID Number | BUG-000171477 |
---|---|
Submitted | October 14, 2024 |
Last Modified | August 5, 2025 |
Applies to | ArcGIS Experience Builder |
Version found | 11.3 |
Operating System | Windows Server |
Operating System Version | 2019 64 Bit |
Status | In Product Plan |
Decode the data_version parameter manually:
Example:
const decodedVersion = decodeURIComponent(t.data_version);
const versionParts = decodedVersion.split(":");
this.setState({
urlStartUpVersion: versionParts[1] // Use the correct part of the version
});
Bug ID: BUG-000171477
Software:
Get help from ArcGIS experts
Download the Esri Support App