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
In the sample app, there is User.findOrCreate, but the record will not be created or found. For example, you can't save User entity to MySQL , because PersistentObjectException will occur. Also, there is no User table foreign key in the Credentials table, you will no be able to find Credentials for the user.
The text was updated successfully, but these errors were encountered:
In the sample app, there is User.findOrCreate, but the record will not be created or found. For example, you can't save User entity to MySQL , because PersistentObjectException will occur. Also, there is no User table foreign key in the Credentials table, you will no be able to find Credentials for the user.
The text was updated successfully, but these errors were encountered: