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 Mar 22, 2022. It is now read-only.
When I try to login
POST http://localhost:3030/auth/local
, I get an error:In this situation, I have one hook for
users
service:When i remove
from after find hook, authentication is worked!
This is because the
auth
service uses method.find()
inusers
service.The text was updated successfully, but these errors were encountered: