laravel-microsoft-graph
laravel-microsoft-graph copied to clipboard
Email not found | Ubuntu 22.04 server.
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());