I had this problem and I found that in my model I had a unique identifier of type int which caused the problem. When I set it to NULL in my model, the error disappeared.
I also noticed that when I did the checks using the Nerd Dinner approach, sometimes I got an error popup saying something like “Required value”. Associated it with the same problem and made all identifiers null.
Hope this helps.
source share