Authentication Not Configured
The authentication service is currently not available. This is likely because the Supabase environment variables are not configured.
Required environment variables:
NEXT_PUBLIC_SUPABASE_URL
NEXT_PUBLIC_SUPABASE_ANON_KEY
For development, copy .env.local.example to .env.local and add your Supabase credentials.