Home › Forums › Bugs › Nullable object must have a value. [ConsumeRestAsync] › Reply To: Nullable object must have a value. [ConsumeRestAsync]
September 14, 2024 at 12:30 pm
#1178
eneidaxhepa
Participant
This error is caused by a null value coming into your variable, which might be a DateTime. Perform a check and use debugging to see which value is coming in as null.