Laravel Socialite: InvalidStateException

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

    Also check access right on your storage/framework/sessions folder.

    In my case, since this folder is empty in new Laravel project, it has been left out during initially commit to the GIT repository. Afterwards I created it manually on production server, but obviously with the wrong access rights, hence it was not writable for the session driver (when set to 'file').

提交回复
热议问题