Confirmation email error
I’m very struggle to solve this error. I do email sign up ( email and password) then, give me email confirmation. I got the link and access, always return me back
auth/confirm?error=access_denied&error_code=otp_expired&error_description=Email+link+is+invalid+or+has+expired
But, in the confirmation link, they have access token and proper redirect link. Once I pushed, it changes.
I think code is alright. Do I have to set up in supabase?
What I did
1: set up redirect url
2: confirmation email toggle on
Do I need to get SMTP by myself? Otherwise, doesn’t it work?
If you have some trouble, please let me know. If you know how to solve this. Please help me.
I’m marking with Typescript
auth/confirm?error=access_denied&error_code=otp_expired&error_description=Email+link+is+invalid+or+has+expired
But, in the confirmation link, they have access token and proper redirect link. Once I pushed, it changes.
I think code is alright. Do I have to set up in supabase?
What I did
1: set up redirect url
2: confirmation email toggle on
Do I need to get SMTP by myself? Otherwise, doesn’t it work?
If you have some trouble, please let me know. If you know how to solve this. Please help me.
I’m marking with Typescript
