Closed neilk17 closed 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:
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.
Thanks James, I figured out the issue.
In the documentation this
your-app-scheme://oauth-native-callback
should be
your-app-scheme://oauth_callback
damn finally fix my error
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.