Sig n up Confirmation/Password recovery

Having an issue with sign up confirmation and password recovery emails. The link sent in the email leads to localhost link that is dead for the production version of the application instead of a functional link

Hi @amenyaj-8769, I see. This is common because v0 may sometimes generate code for localhost development. You can ask v0 to use the deployment URL instead of localhost. Let me know if this helps.

Thanks for getting back - the issue I am experiencing is that I have tried to redirect the email confirmation fucntion to the production website but it keeps going back to localhost. I need support in understanding the issue because it has taken me over four weeks and I cant figure it out.

Hi @amenyaj-8769, I understand this. As I said, somewhere in the Supabase related files there will be a mention of “localhost”. I’d recommend asking v0 to use the deployment URL instead of localhost and then compare the code diff to ensure where it makes the changes to ensure it worked.