Password reset not working on mobile
Hi, I'm using supabase reset password for email. If I click the link sent in the email on my desktop (I've tested with Gmail web and Outlook app), it redirects as its supposed to and works with no issue. If I click this link on my iPhone, (I've tested using default Mail app and Gmail app) I get sent to my
/auth/callback/provider route handler:
Sometimes I can see this error appearing in the URL:
I just don't understand why it works on desktop and not on mobile. Any help appreciated.
/auth/error page which will only happen if there is no code returned from this link or if an error occurs (I'm using the default provided supabase route handler as below)./auth/callback/provider route handler:
Sometimes I can see this error appearing in the URL:
#error=access_denied&error_code=otp_expired&error_description=Email+link+is+invalid+or+has+expiredI just don't understand why it works on desktop and not on mobile. Any help appreciated.