Trying to add an unknown view tag

Good morning, My app just crashed with this code. The only change I made was a value in the database component. What could cause this?

Sounds like you are trying to call an object that does not exist in the database “null object reference” null=nothing. Check that it actually is in the database or you have referenced the right location. This is just a guess though. :slight_smile: Good luck, happy thunking.

2 Likes

@Garry_lane I think you were right. I deleted everything from the DB and it seems fine now, Thanks,

1 Like

No problems at all, happy to help.