Ruben Holen
12/06/2022, 11:28 AMjava.lang.NullPointerException
at org.jetbrains.exposed.dao.Entity.lookup(Entity.kt:193)
at org.jetbrains.exposed.dao.Entity.getValue(Entity.kt:173)
at com.company.user.data.ProfileRow.getBirthDay(ProfileRow.kt:18)
and the field and column in database are definitely not nullable anywhere. We get 150-250 exceptions like this per day, out of millions of requests, so it's not a consistent or reproduceable issue