Hello all,
I have created a Field Map where I have a 1 acre grid layer overlaid over a 1,500 acre forest. I would like to be able to assign a vegetation type to grid cells from the field using my phone. However, whenever I open the "edit" tool and click on the "vegetation" attribute to edit the layer, the app closes.
My Field Maps app is updated and my phone is a Google Pixel 6 Pro running on Android 15 (updated today).
Is there something I can do to prevent this problem?
Solved! Go to Solution.
Hey @NHForestHealth
I'm seeing something related to an identity being null:
java.lang.NullPointerException: identity must not be null
This could be the reason for the app crashing, I would check the field maps designer for the map that you're attempting to create an entry to, and see if there is some automatic assignment of a username. That could be potentially causing the issue.
Cody
Hey @NHForestHealth
Anything unusual in the logs:
Also, any chance to roll-back the update? There may be an issue with that.
Cody
Hey @NHForestHealth
I'm seeing something related to an identity being null:
java.lang.NullPointerException: identity must not be null
This could be the reason for the app crashing, I would check the field maps designer for the map that you're attempting to create an entry to, and see if there is some automatic assignment of a username. That could be potentially causing the issue.
Cody
Hi Cody,
It turns out that when I originally added my "vegetation" field to the attribute table of the grid overlay, the default value for the field was set to "null". After reading you reply, I set the "null" values to "unassigned" and am now able to edit the attribute in the app without issue. Thank you!