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
Recent versions of the Loopback 2.x versions have introduced deprecation warnings, which the readme does not seem to address.
When running under LB 3.X, I get a "Model not found: mixins" error when the application boots.
Also a warning: " warning: you are using async-hook which is unstable."
Is this module compatible with LB 3.X? Am I missing something with regards to handling these deprecation warnings?
edit: I found the cause of my 'Model not found: mixins' error. It was mis-placement on my part in the model-config.json file.
However, now all my models throw errors: Model "XYZ" uses unknown mixin: Readonly
The text was updated successfully, but these errors were encountered:
I am facing an issue as "column "columnname" does not exist", when i try to find any data from my Person table.I have 'name' and 'role' fields in my Person table, and 'status' is not present in my table(not require same in table).But my model.json have name,role and status as i needed all these fields in my explorer API.how can i solve this error?this happens whenever we have extra column name in model which is not present in our DB
Recent versions of the Loopback 2.x versions have introduced deprecation warnings, which the readme does not seem to address.
When running under LB 3.X, I get a "Model not found: mixins" error when the application boots.
Also a warning: " warning: you are using async-hook which is unstable."
Is this module compatible with LB 3.X? Am I missing something with regards to handling these deprecation warnings?
edit: I found the cause of my 'Model not found: mixins' error. It was mis-placement on my part in the model-config.json file.
However, now all my models throw errors: Model "XYZ" uses unknown mixin: Readonly
The text was updated successfully, but these errors were encountered: