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
When I use nev.generateTempUserModel(User) to create the temporary user model it doesn't actually save the object. The only way to do that is to write local.password = password for example. I had to use predefined file to solve this.
The text was updated successfully, but these errors were encountered:
I have a schema something like:
When I use nev.generateTempUserModel(User) to create the temporary user model it doesn't actually save the object. The only way to do that is to write local.password = password for example. I had to use predefined file to solve this.
The text was updated successfully, but these errors were encountered: