I am using google OAuth for a website. I have set redirect URI as such:
This works fine on localhost
. But on deployment, I get the following error on login:
If I add http://****.com/auth/google/callback
on google API console, I get:
How do I resolve this? Any suggestions would be appreciated.