From 47305ba5704940fa7a8a50e514810d3f7a95f7f2 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:43:55 +0100 Subject: [PATCH] docs(#29): Update supabase email docs --- docs/database-setup.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/database-setup.md b/docs/database-setup.md index b4f966f..3eefce4 100644 --- a/docs/database-setup.md +++ b/docs/database-setup.md @@ -90,3 +90,15 @@ Reset database in cloud 5. Verify your email domain via DKIM or DMARC 6. In Brevo go to https://app.brevo.com/settings/keys/smtp to see your SMTP credentials. 7. Fill in the SMTP credentials in Supabase. +8. Go to https://supabase.com/dashboard/project/[your-project-here]/auth/url-configuration +9. Add these redirect URLs: + +- `http://localhost:3000` +- `http://localhost:3000/**` +- `https://www.your-domain.com` +- `https://your-domain.com` +- `http://localhost:5173` +- `http://localhost:5173/**` +- Add your netlify.app domain here with **-- at the start, e.g. `http://**--your-netlify-app.netlify.app` + +10.