Bug ID Number |
BUG-000176931 |
Submitted | June 4, 2025 |
Last Modified | June 23, 2025 |
Applies to | ArcGIS Online |
Version found | Feb 2025 |
Operating System | Windows OS |
Operating System Version | 11.0 64 bit |
Status | Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
|
Additional Information
This is expected behavior when the view workflow is closed before the swap source operation completes. The process is interrupted after the reference to the old source layer is removed but before the new source layer is referenced, resulting in an empty feature service.
Workaround
The current workaround for fixing the hosted layer view is to:
- Create a Separate View Layer
- Copy the Layer's JSON:
- Navigate to the REST Directory.
- Select the option 'Add to Service Definition'.
- Copy the layers JSON.
- Access the Original View Layer:
- Navigate to the REST Directory of the original view layer.
- Go to the Admin section.
- Select Add to Definition.
- Remove Existing JSON:
- Delete all existing JSON in the definition.
- Paste the New Layer JSON:
- Paste the copied Layer JSON from the new view into the definition.
- Verify Repair:
- Confirm that the Swap Source Button, Data tab, and Visualization tab in the view layer are now functioning correctly.
Steps to Reproduce