OTP Auth Problem #38734
OTP Auth Problem
#38734
Replies: 1 comment
-
Hi @lucasjohnson - I'll close this one as it looks like a duplicate. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good morning all,
I'm using Next to build an app. And I'm using a form to submit a supabase.auth.signInWithOtp request to invite new users. The email is sent fine to the new user.
The problem I'm having is that sometimes when a new user goes to confirm their invite page, the OTP request returns this error:
Here is the documentation I'm using: https://supabase.com/docs/guides/auth/auth-email-passwordless#enabling-email-otp
And a link to the page that accepts the OTP code: https://wattenergy.io/invite-user
Here is the page used to submit the OTP request:
And the action:
Here is the page that submits the OTP code:
And the action:
Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions