Error 504 when trying to send password reset email - JS Client
I have a website hosted by DailyRazor that connects to Supabase. While the website is in the development, I am running it on my own PC for testing. I've looked at the docs, asked AI, scanned the console output, and verified the database logs. I found nothing strange or helpful. My guess is the issue is incorrect SMTP settings.
I opened a ticket with DailyRazor to get their SMTP settings. I'll put their response in a comment below.
My Supabase SMTP settings are in a comment below.
The JS that gets the email address to send the link to is:
The JS code that tells Supabase to send the email is:
The HTML code for the body of the page that gets the email address:
I opened a ticket with DailyRazor to get their SMTP settings. I'll put their response in a comment below.
My Supabase SMTP settings are in a comment below.
The JS that gets the email address to send the link to is:
The JS code that tells Supabase to send the email is:
The HTML code for the body of the page that gets the email address:
