Supabase Local Development

Supabase Connection Test

Environment:Production/Remote
Status:
Testing connection...

Connection Instructions

1. Start Supabase

Start the local Supabase instance with the Supabase CLI:

npm run supabase:start

2. Run Next.js with Supabase Environment

Start Next.js with the Supabase environment variables:

npm run dev:supabase

3. Check Supabase Status

Check the status of your local Supabase instance:

npm run supabase:status

4. Test Supabase Connection

Test your connection from the command line:

npm run test:supabase

Supabase Studio

Access the Supabase Studio at:

http://localhost:54323

Stop Supabase

When you're done, stop the Supabase instance:

npm run supabase:stop
Online
Last checked:
You appear to be offline. Some features may not work properly.