-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
signup with clerk and gmail auth strategy doesnt work #66
Comments
I am facing the same issue, followed the instructions to set up the project. After sign-in/sign-up, I get an infinite redirect. Here's what I've tried so far:
Great work on setting this up, let me know if there are other steps we can take to narrow down the issue. Thank you! |
so, I had not set up Google authentication keys etc and not associated google auth with clerk.. |
I've been facing the same issue with every authentication method, however I haven't tried with newer versions of CUA so some of what I was facing may have been fixed. |
facing same issue |
Discussed in #65
Originally posted by hitesh97 March 20, 2023
Hi Chen,
Amazing work of setting up this repo and mono-repo as well as the video 👍
I followed all the steps and created the setup word by word.
When I try to sign-up with
gmail
strategy using clerk, it seems to redirect me tohttp://localhost:3000/signup/sso-oauth/oauth_google
Infinitely!can you please let me know, if there is something I am missing? does clerk needs a redirect URL to be setup somewhere?
or is there anything in the nextjs router missing something?
i.e Sign-up => SignIn => not authenticated => Sign Up => sign In ....etc...etc..
Hope you can help as I would like to work on this set up for my pet project!
thanks for. amazing work anyways!
The text was updated successfully, but these errors were encountered: