Next.js Supabase V3 (#463)
Version 3 of the kit: - Radix UI replaced with Base UI (using the Shadcn UI patterns) - next-intl replaces react-i18next - enhanceAction deprecated; usage moved to next-safe-action - main layout now wrapped with [locale] path segment - Teams only mode - Layout updates - Zod v4 - Next.js 16.2 - Typescript 6 - All other dependencies updated - Removed deprecated Edge CSRF - Dynamic Github Action runner
This commit is contained in:
committed by
GitHub
parent
4912e402a3
commit
7ebff31475
17
docs/troubleshooting/troubleshooting-emails.mdoc
Normal file
17
docs/troubleshooting/troubleshooting-emails.mdoc
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
status: "published"
|
||||
title: 'Troubleshooting emails issues in the Next.js Supabase kit'
|
||||
label: 'Emails'
|
||||
order: 5
|
||||
description: 'Troubleshoot issues related to emails in the Next.js Supabase SaaS kit'
|
||||
---
|
||||
|
||||
To troubleshoot emails issues in the Next.js Supabase kit, please make sure to:
|
||||
|
||||
1. **Correct Credentials**: please make sure you have setup the correct credentials in your environment variables. Refer to the [emails guide](../emails/email-configuration) for more information.
|
||||
2. **Your domain is verified**: make sure your domain is verified in your Email provider
|
||||
3. **The Database Webhooks are configured**: make sure you have configured the Database Webhooks in your Supabase project. Refer to the [Supabase deployment guide](../going-to-production/supabase) for more information. Make sure to read Webhooks are pointing to the correct URL and use the correct shared secret.
|
||||
4. **The Webhooks use a public URL**: make sure the webhooks use a public URL and not behind authentication (such as a Vercel Preview URL).
|
||||
5. **Read the Logs**: please verify your server logs in your hosting provider to see if there are any errors related to emails.
|
||||
|
||||
If you have done all the above and still having issues, please open a Support Ticket in Discord.
|
||||
Reference in New Issue
Block a user