Bug ID Number |
BUG-000179039 |
Submitted | August 27, 2025 |
Last Modified | September 9, 2025 |
Applies to | ArcGIS Online |
Version found | June 2025 |
Operating System | Windows OS |
Operating System Version | 11.0 64 bit |
Status | Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
|
Additional Information
When connecting to a service in ArcGIS Online, the ArcGIS Maps SDK for JavaScript automatically detects CORS headers. When CORS is not set up on a service, the Map Viewer attempts to connect to the service via a proxy. It is highly recommended to enable CORS support. Otherwise, check the origin server for any certificate issues.
Refer to the documentation for more information about CORS and proxies: https://developers.arcgis.com/javascript/latest/cors/
Workaround
Ensure that the service either supports CORS or that all certificates are properly configured. From that point, add the service to Map Viewer.
Steps to Reproduce