Hi i have setup metronic dashboard at a local server evrythink is okay and good when i setup google authentication I use this parameter for .env GOOGLE_CLIENT_ID= my_id .... GOOGLE_CLIENT_SECRET= my_secret .... GOOGLE_CLIENT_CALLBACK=https://localhost:8000 and for the service.php side i add this "google" => [ "client_id" => env("GOOGLE_CLIENT_ID"), "client_secret" => env("GOOGLE_CLIENT_SECRET"), "redirect" => env("GOOGLE_CLIENT_CALLBACK"), ], ... evry think is oky and work but there is one problem when i click in email adress the browser redirect to http://localhost:8000/login but dont enter to a dashboard i have to click another time on Sign in with Google to go inside a dashbord please what can i do to fix that thanks