Select to view content in your preferred language

Pop-ups not working in Map Viewer

300
2
Jump to solution
05-07-2025 10:39 AM
KyleBierly1
Emerging Contributor

I followed this link: https://community.esri.com/t5/arcgis-online-questions/pop-ups-not-working-in-map-viewer/td-p/1280846...

Unfortunately, none of the workarounds helped me. When I click a feature, no pop-ups appear. I'm able to make pop-ups appear in other web apps. This only happens for maps that are use a specific hosted feature layer. Pop-ups are enabled. I'm working with point features. No errors occur in the Google developer page. I've tried using the default pop-up. The "thinking wheel" shows briefly, but then nothing displays. Any help would be appreciated. 

0 Kudos
1 Solution

Accepted Solutions
KyleBierly1
Emerging Contributor

I found this link:

https://community.esri.com/t5/arcgis-online-questions/issue-with-popups-suddenly-no-longer-working-i...

And thanks to RussRoberts' comment, I determined that the query URL (found after inspecting the element in browser and going to the network tab) my map viewer was attempting by clicking a feature was requesting a field I created called "visit_status." This was a field I previously deleted from my hosted feature layer. Hence, the query failed and the pop-up would not appear. I added "visit_status" back as a field with blank entries and the pop-ups returned!

View solution in original post

0 Kudos
2 Replies
KyleBierly1
Emerging Contributor

I should say I was previously able to have pop-ups appear in map viewer for this layer... not sure what the issue is now. Pop-ups appear in Field Maps for this map. 

0 Kudos
KyleBierly1
Emerging Contributor

I found this link:

https://community.esri.com/t5/arcgis-online-questions/issue-with-popups-suddenly-no-longer-working-i...

And thanks to RussRoberts' comment, I determined that the query URL (found after inspecting the element in browser and going to the network tab) my map viewer was attempting by clicking a feature was requesting a field I created called "visit_status." This was a field I previously deleted from my hosted feature layer. Hence, the query failed and the pop-up would not appear. I added "visit_status" back as a field with blank entries and the pop-ups returned!

0 Kudos