Skip to content
Advertisement

accounts.google.com redirected you too many times in Laravel Socialite

I am working on social login in Laravel. When passing parameter for identifying sign in and signup, it occurs error.

“accounts.google.com redirected you too many times.”

Without a parameter, it works well.

These are my router.

JavaScript

This is my controller.

JavaScript

This is my view.

JavaScript

Advertisement

Answer

I just found a route issue.

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement