You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if I am using forbidUnknownValues wrong. After the default was set to true in the last release, i refactored my code to initialize the objects with typeorm and not as simple objects, but I still get the error: unknownValue: 'an unknown value was passed to the validate function'
This is how I normally create an entity with TypeORM: