Hello,
I had a user report that he couldn't download an offline area. I jumped into the Field Maps web app and noticed the base map was depreciated and was causing some issues. So I removed and replaced it in the web map and was then able to download the map but now when I try and collect a test point the app just crashes completely.
I've tried removing layers one by one from the web map, but it is still crashing. I inherited this project so really don't want to have to recreate everything as I don't really know how it was done and fear it might be opening a can of worms that I don't know how to deal with.
Any thoughts would be appreciated, thanks!
Hi @Anonymous User thank you for sharing that error log. As it shows the crash exception is due to the field called `ESRIGNSS_RECEIVER` (Receiver Name) GPS metadata field being set to read-only as oppose to editable.
In general when a new feature is captured at your current GPS location, any GPS metadata fields are populated with values. Therefore because that field is not editable, the app crashes. This does not happen on iOS. In that case only the editable GPS metadata fields are populated.
Would you be able to make that field editable and republish the data?
Thanks
-Kevin
Thanks @KevinBurke, that has fixed it. They were editable in the hosted feature layer but after doing a schema refresh the hosted feature layer views (hflv) were updated to make the GPS metadata fields non-editable. I Reset to source the hflv fields so they inherit the source feature layer's settings.