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
- Create a new Supabase project at supabase.com
- Copy the Project URL and anon public key from your project settings
- Create a
.env.localfile based on.env.example - Add your Supabase credentials to the environment file
- Restart the development server
- Return to this page to test the connections