Error while Login with Google?

Hi People
In my app, I have a Login/Sign up page, where it has login Like Google Login.
Does any one know that why this error comes?

You need to login into Google Developer Console and add https://www.<YOUR_URL>.com/api/1.1/oauth_redirect into the Redirect URL section.


It’s showing error.

Remove “<” and “>” and your URL should be in the following format: https://www.example.com/api/1.1/oauth_redirect

After using the above url it is also happening again