laravel-microsoft-graph icon indicating copy to clipboard operation
laravel-microsoft-graph copied to clipboard

Email not found | Ubuntu 22.04 server.

Open devambrose opened this issue 2 years ago • 0 comments

While deploying to ubuntu i was facing an Email not found error i had to edit the file /MsGraph/MsGraph.php the connect function . i added this piece of code and it worked.

if($id==null) return redirect($provider->getAuthorizationUrl());

image

devambrose avatar Jul 04 '23 12:07 devambrose