But it's
| GET|HEAD | login | login | App\Http\Controllers\Auth\LoginController@showLoginForm | web,GlobalRequest,guest |
It seems to happens when the session expires, but I don't get why. if I refresh the page problem goes away. I think the problem is with the auth middleware.



/login... sounds like you are passing a path to a route helper instead of the route name - lagbox