Integration Test Page

Use this page to test your Supabase and Resend integrations.

Test Supabase Connection

Verify that your application can connect to your Supabase database

Test Resend Configuration

Verify that your Resend API key is properly configured

Troubleshooting Steps

  1. Check Environment Variables: Make sure SUPABASE_URL, SUPABASE_ANON_KEY, and RESEND_API_KEY are properly set in your Vercel project.
  2. Check Supabase Table: Ensure the event_registrations table exists and has the correct schema.
  3. Check Logs: Review the Function Logs in your Vercel dashboard for any errors.
  4. Test Form Submission: Try submitting the form again after confirming the integrations are working.