auth()->user( ) returns null in shouldRegisterNavigation()

auth()->user() returns null in shouldRegisterNavigation() method on a custom dashboard.

Seems like the user is not authenticated before that method is called.
Solution
so i have no clue why that would be null
Was this page helpful?