I have a Laravel9 app, working pretty well but I have a weird issue with url's when I log in. So after logging in I expect my url suffix to be /dashboard but instead i get a query string appended like this /dashboard?%2Fdashboard= It doesn't break anything but is not expected. Any ideas?