After a long search, the solution is to remove the 'profile' from scopes in vendor\laravel\socialite\src\Two\GoogleProvider.php
protected $scopes = [
'openid',
'email',
];
I have already written profile in same file still getting same error can any one help on this ?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community