I have a project connected from Tempo Labs to Vercel using a custom domain https://www.linkcards.ai/
I integrated Supabase as my database.
I’m using Resend.com for SMTP.
Problem
Signup/Login works fine on the Vercel preview URL:
https://tempo-deployment-db8cc8bd-25a6-4817-a872-2cc3e80b07a-tempo-labs.vercel.app/
However, it does NOT work on my actual custom domain https://www.linkcards.ai and it shows an error when I click on sign up “Login failed: Failed to fetch”
I want signup/login functionality to work fully on my custom domain.
Possible Checks Already Done:
Custom domain is connected to Vercel.
Supabase Redirect URLs Configured properly.
SSL Certificate Working fine.
Preview deployment logs No errors.
What could be causing this issue, and how can I resolve it?