Hey, supabase doesn't update this value in the ema...
# help
s
Hey, supabase doesn't update this value in the email confirmation. Can someone help me?
n
Hello @sascha! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
Thread was archived by @sascha. Anyone can send a message to unarchive it.
s
solved
n
Thread was archived by @sascha. Anyone can send a message to unarchive it.
s
not solved 😦
g
Have you edited your templates?
s
Can you also show what url is showing up in the email?
e
Isn't this supposed to just be the base URL? In this case it should be
http://localhost:3000
.
s
In this case it would be the kong server URL, http://localhost:8000. If you take a look at the email you will see its including the base URL as part of the redirect_to query string
Copy code
/auth/v1/verify?redirect_to=http%3A%2F%2Flocalhost%3A3030%2Flogging-in%3Fredirect%3D%2Faccount%2Fpassword-update&token=la5HDphu4MrRsftTNEuBgA&type=invite
this is from my example where my app is running on port 3030
e
Ah ok that's good to know. I actually have 3000 as well since I'm running SvelteKit and the local dev server defaults to 3000. But I have
http://localhost:3000
under "Additional redirect URLs" instead so maybe that works a bit differently.
s
Someone raised this recently as I think there is a bug in the email template or the docker setup.