dcblogdev / laravel-microsoft-graph

Laravel package for Microsoft Graph API (Microsoft365)

Home Page:https://dcblog.dev/docs/laravel-microsoft-graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email not found | Ubuntu 22.04 server.

devambrose opened this issue · 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

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