Laravel Socialite: InvalidStateException

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

    In my case it was caused by missing parameters in $fillable array in User class. When i added all missing parameters, it started to work properly..

提交回复
热议问题