User Type and User Id are NULL, any idea why? #949
Unanswered
alexfleites
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Check user resolver Maybe related: #918 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, was the first thing I did, and noticed that Auth::guard($guard)->user() always is null, then added the middleware ['auth:api'] to the route and now return 401 Unauthenticated... any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For some models user_type and user_id are NULL, and even when the models has the same configuration as others.
Beta Was this translation helpful? Give feedback.
All reactions