Our zone lookup application is no longer loading the layers. https://geo.maps.arcgis.com/apps/instant/lookup/index.html?appid=fd070b56c975456ea2a25f7e3f4289d1
I'm seeing the layers in the web map and in the app config screen but not when I load the app itself. I don't get any results when I search by location but if I refresh the app with the search location as part of the URL I get results.
Is anyone else experiencing this behavior?
I can reproduce and I'm looking into it now. It looks like it does load if I access it with arcgis.com instead of the org url:
https://www.arcgis.com/apps/instant/lookup/index.html?appid=fd070b56c975456ea2a25f7e3f4289d1
And when I access it via the org url I get unauthorized access to this service:
details: {url: 'https://services.arcgis.com/uUvqNMGPm7axC2dD/arcgi…and_Legislative_Elected_Officials/FeatureServer/2', requestOptions: {…}, ssl: false, getAllHeaders: ƒ, getHeader: ƒ, …}
message: "Unauthorized access"
@KellyHutchins thanks for looking into this. It's odd that the service is coming back with unauthorized access.
Also odd is that it seems to be working with the find URL parameter https://geo.maps.arcgis.com/apps/instant/lookup/index.html?appid=fd070b56c975456ea2a25f7e3f4289d1&fi...
@ArielLow2146 and also if I add a random url param. https://geo.maps.arcgis.com/apps/instant/lookup/index.html?appid=fd070b56c975456ea2a25f7e3f4289d1&sh...
Can you maybe try toggling some setting on and off and then republishing the app?
@KellyHutchins I tried toggling and republishing as well as switching the map then switching it back and republishing. Neither seem to work.
I also tried making a private copy of the app. For some reason the copy of the app seems to work.
Yes for some reason it only seems to be the original url that has issues. We'll continue digging into it on our end.