Closed EduardoSimon closed 4 years ago
Can you send me your Entity? So I can reproduce the bug.
In the previous example, the event.email field was null. So, in order to recreate it try to force accesing a null field of the event and persist it in a redis entity.
I need the EmployeeViewModel implementation, I'm trying to update other entities with Date fields and it's working fine.
Try to update a primary key field with null, thats what I think I am doing wrong
Closing, can't reproduce.
When a field of one event is null or undefined in an updater, due to a developer error, the output from the console is misleading. The error should point right to the updater and the field that was null || undefined.
In the following case the updater had the event.modified to null. Causing an error.
And the output from the console was: