Site URL

Hello,
I built a website using Lovable, and downloaded my code via GitHub, and set it up in Visual Studio Code. When testing locally, everything works as expected. However, after deploying the site to Cloudflare Pages, I encountered an issue with Supabase.

When users receive a verification email for authentication, the link points to a localhost:3000 address, which obviously doesn’t work since the site is now hosted on Cloudflare Pages.
I already tried setting the Site URL to my cloudflare pages URL but that gave me this error: {"error":"requested path is invalid"}

Why is this happening, and how can I fix it so that the verification link actually works instead of going to localhost:3000 which doesn't exist, or gives me the error?
Was this page helpful?