dcblogdev / laravel-microsoft-graph

Laravel package for Microsoft Graph API (Microsoft365)
https://dcblog.dev/docs/laravel-microsoft-graph
Other
120 stars 51 forks source link

Email not found | Ubuntu 22.04 server. #60

Closed devambrose closed 3 months ago

devambrose commented 1 year ago

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

dcblogdev commented 3 months ago

This has been updated, in my tests I can read emails.