:wave: I'm looking at a crash spike that appears t...
# room
m
👋 I'm looking at a crash spike that appears to be due to a
null
value existing in our app's database in a column with a
not null
constraint. I'm having trouble figuring out what could be causing that to happen. Because the spike occurred suddenly without any code changes to the app, my suspicion is that some kind of corrupted input must have caused it (the table is filled by parsing json that our server provides). I'm not seeing any obvious problems in the input we were providing, but I'm also not sure if there's something specific I should be looking for. Does anyone have any ideas? There are more details about the issue in the GitHub issue description if you're curious. Thanks for your help!