hsalameh
❔ Issue with Google authentication in dotnet 7 react app [SOLVED]
Hi! I am trying to use google authentication with dotnet 7 react app. I followed the instructions here:
https://learn.microsoft.com/en-us/aspnet/core/security/authentication/social/google-logins?view=aspnetcore-7.0
And when I go to the register page, and click on register, i am presented with the google login. After selecting the user, it doesn't bring me back to the main page, and it doesn't seem to be authenticated, but no error message is displayed. I do see the following in the browser console:
No routes matched location "/signin-google?state=CfDJ8CVEZd3o.....
Does anyone know what could the problem be?
3 replies