Commit 16ce203
Deepak Pandey
FIX: Health check environment variables validation
✅ RESOLVED ENVIRONMENT VARIABLES HEALTH CHECK:
- Fixed health check to use correct environment variables for Supabase Auth
- Changed from NEXTAUTH_SECRET to SUPABASE_SERVICE_ROLE_KEY
- Health check now correctly validates Supabase environment variables
- All required environment variables now show as healthy
✅ ENVIRONMENT VARIABLES STATUS:
- NEXT_PUBLIC_SUPABASE_URL: ✅ Configured
- NEXT_PUBLIC_SUPABASE_ANON_KEY: ✅ Configured
- SUPABASE_SERVICE_ROLE_KEY: ✅ Configured
- RESEND_API_KEY: ✅ Configured
- RAZORPAY_KEY_ID/SECRET: ✅ Configured
- OPENROUTER_API_KEY: ✅ Configured
- CSRF_SECRET: ✅ Configured
- All monitoring and alerting variables: ✅ Configured
✅ HEALTH CHECK RESULTS:
- Environment Variables: ✅ Healthy
- Database: ✅ Healthy
- Redis: ✅ Healthy
- External APIs: ✅ 4/4 services healthy
- System Resources: ✅ Healthy1 parent 915872d commit 16ce203
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| |||
0 commit comments