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\
I fixed this just disabling the SESSION DRIVER as database... file driver worked fine for me after hours trying to fix this s...