Darkur

ErrorException: Trying to get property of non-object

laravel Icon

ErrorException

Trying to get property of non-object

An unhandled exception occurred on line 19
16
     */
17
     public function handle($request, Closure $next)
18
     {
19
        if(Auth::user()->is_admin)
20
        {
21
            return $next($request);

Solution

For me I had to login again, my application is very new so I don't have an auto redirect to the login page after my session expires. So going back to the Login URI made me fix my issue!            
Apr 02, 2021 Anyone

0 replies


Install the browser extension

Found this solution helpful? Try our extension for quick solutions to your Laravel errors.

Chrome logo Add to Chrome - It's free