Skip to Content
This template was created with 🩸 and 💦 by PHUCBM 🐧

Supabase Connection Test

Environment Variables

NEXT_PUBLIC_SUPABASE_URL✓ Set
NEXT_PUBLIC_SUPABASE_ANON_KEY✓ Set
SUPABASE_SERVICE_ROLE_KEY✓ Set

Database Connection

Connection Failed

Could not find the table 'public._test_connection' in the schema cache

Tested at: 10/22/2025, 8:45:44 AM

Authentication State

Not authenticated

Next Steps

  1. If connection test shows "tables not created yet" - this is expected!
  2. Next, we'll create the database schema and migrations
  3. Then set up authentication pages (login, signup)
  4. After that, implement Row-Level Security policies
Show debug info
{
  "env": {
    "url": true,
    "anonKey": true,
    "serviceRoleKey": true
  },
  "connection": {
    "success": false,
    "error": "Could not find the table 'public._test_connection' in the schema cache",
    "timestamp": "2025-10-22T08:45:44.002Z"
  },
  "auth": {
    "hasUser": false,
    "email": null,
    "role": null
  },
  "supabaseUrl": "https://hlkmohfkmkqettaswtrv.supabase.co"
}