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
{{ message }}
This repository was archived by the owner on Apr 18, 2020. It is now read-only.
Additional information (Node.js version, LoopBack version, etc)
Both the base User model and a custom user model (which extends User) are present in the model-config.json. I don't believe this is intentional and the base User model should be removed from the config.
At the minimum it is confusing for files such as common/models/user.js, it is not immediately clear which model this would apply to.
To resolve, the base User model should be removed or the custom user model should be renamed to something else such as Account.