clerk / t3-turbo-and-clerk

A t3 Turbo starter with Clerk as the auth provider.
https://clerk.dev
1.03k stars 75 forks source link

Google Auth not working #66

Closed neilk17 closed 1 year ago

neilk17 commented 1 year ago

For some reason google auth doesn't work in Testflight though it works in dev / localhost and on nextjs production instance.

What I have tried so far

Would really appreciate any help, I have searched through everything available in the docs.

perkinsjr commented 1 year ago

Need more information please fill out this:

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Logs Please provide logs showing the error.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

neilk17 commented 1 year ago

Thanks James, I figured out the issue.

In the documentation this

your-app-scheme://oauth-native-callback

should be

your-app-scheme://oauth_callback

mrevanzak commented 11 months ago

damn finally fix my error