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.
Solved! Go to Solution.
I found this link:
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!
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.
I found this link:
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!