auth()->user() returns null on dashboard canAccess method
I have multiple dashboards for different user roles. And i have to check user's role at the canAccess method of that dashboard. I am getting error.

5 Replies
Can you try
Filament::auth()->user()
Auth::user() should work as well (and is the "official" way to do it according to laravel docs)
Also iirc, auth()->user() only works if you have breeze installed, but not 100% sure
Also iirc, auth()->user() only works if you have breeze installed,Nah, auth is completely unrelated to any Starter Kit
Ive also had issues with auth() but not Auth
So the issue has to be somewhere 😅
Doesn't make any sense. Both resolve to the same