I know this is an old question, but since I just happened to have the same problem...
I was using the Link
component to navigate to route('login.provider', ['google'])
instead of a simple a
element like this
<a href={route('login.provider', ['google'])}>Login</a>