Hi All,
I have the following Enterprise setup:
- ArcGIS Server 10.7.1 federated to Portal
- ArcGIS Portal 10.7.1
- a Hosted feature layer created from an uploaded Shapefile, working perfectly on my ArcGIS Portal
I have started from the sample at https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=layers-portal to test Layer.fromPortalItem.
I now have a test page with a map that displays both the layers from the sample and my hosted feature layer correctly.
The only thing that is not working as expected in my map are the popups: nothing happens when I click on the geometries of the Hosted feature layer, while for the layers from the sample this is working correctly.
Since the PortalItem is a Hosted feature layer, its source is a Feature Service, which is no different from the source https://www.arcgis.com/home/item.html?id=8444e275037549c1acab02d2626daaee that is used in the sample.
Has anyone run into this situation?
Many thanks