Laravel Socialite: InvalidStateException

后端 未结 25 1154
感动是毒
感动是毒 2020-11-27 13:56

I\'m using Laravel Socialite to add a Facebook connect button on a website. Sometimes, I\'ve got this error on callback:

exception \'Laravel\\Socialite\\Two\         


        
25条回答
  •  迷失自我
    2020-11-27 14:14

    Finally i solved by :

    Redirect URL in .env file should be the same URL in google developer account

    double check on your redirects urls .

提交回复
热议问题