My app crashes ,and shows the error below
Can you show us some blocks for the screen that was opened? It is hard to tell what might be going wrong.
When I get errors like that, here are the first things I check:
- Are map coordinates (which much be numbers) formatted as strings “-123.857”?
- Do any JSON object blocks reference properties not in the object?
- Are there any variables with null values?
- Do any lists refer to elements outside of the list (e.g. Get # 7 when the list only has 4 elements)?
- Did you try to change properties of a map with VISIBLE = FALSE?
- Did you reference a cloud variable without authenticating?
2 Likes
What is your phone display if you were to click see details
1 Like