8 months ago
Hi everyone, I did the deploy of the Supabase template and almost everything works fine to me, I'm just having some problems with the GoTrue service.
My problem: When using the supabase Auth to validate the emails of my users the link generated to validate it is a kong/verify?token= and seems like this route doesn't exist at the kong service.
Can anyone help me how can I correct that?
Sorry but I´m new at this world.
I'll appreciate any help, see ya
1 Replies
8 months ago
Here is the solution:
The issue is your Site URL is not configured. GoTrue is using the internal Kong URL by default.
To fix it:
Go to your Supabase Project > Authentication > URL Configuration.
Set the Site URL to your public frontend application's domain (e.g.,
https://your-app.com).Add that same public domain to the Redirect URLs list below.
The Site URL must be your app's public address, not the Supabase instance URL. After saving, new verification links will be correct.
Attachments
