Replies: 2 comments
-
UPD. Hope that someone will help me :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, Then I created a mini-tutorial to always fix the bug (there is already an issue open) If you followed the complete tutorial, only the above already solves |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone. I need to add JWT auth to my loopback api.
I just tried to use this tutorual: https://loopback.io/doc/en/lb4/Authentication-tutorial.html#step-1-bind-jwt-component-in-the-application
In my new lb4 api it works fine, but in oldest api i have an error, when i tried to /signup:
Request POST /signup failed with status code 500. TypeError: this.modelClass.create is not a function
package.json
Beta Was this translation helpful? Give feedback.
All reactions