Supabase Connection Test

This page tests both client-side and server-side connections to Supabase.

Environment Configuration

NEXT_PUBLIC_SUPABASE_URL
NEXT_PUBLIC_SUPABASE_ANON_KEY

Client-side Connection

Click "Test" to run this test

Server-side Connection

Click "Test" to run this test

Authentication System

Click "Test" to run this test

Setup Instructions

  1. Create a new Supabase project at supabase.com
  2. Copy the Project URL and anon public key from your project settings
  3. Create a .env.local file based on .env.example
  4. Add your Supabase credentials to the environment file
  5. Restart the development server
  6. Return to this page to test the connections