Laravel Socialite: InvalidStateException

后端 未结 25 1151
感动是毒
感动是毒 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:13

    I had the same problem and I just cleared the cache to solve this problem. I just ran this command and started the process again.

    php artisan cache:clear
    

    I hope this answer may help someone.

提交回复
热议问题