Temp: Enable console logs in production for debugging

- Disable removeConsole in production config
- This will help reveal the root cause of API 500 errors
- Will revert after issue is resolved
This commit is contained in:
Marco Gallegos
2026-01-18 15:36:57 -06:00
parent 4a0dc0be0a
commit 70437e90c2
2 changed files with 3 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ TWILIO_AUTH_TOKEN=your_auth_token
TWILIO_WHATSAPP_FROM=whatsapp:+14155238886
# NextAuth
# In production, these will be injected by deployment platform (Coolify, Vercel, etc.)
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=your-nextauth-secret
@@ -25,6 +26,7 @@ NEXTAUTH_SECRET=your-nextauth-secret
RESEND_API_KEY=re_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
# App
# In production, these will be injected by deployment platform (Coolify, Vercel, etc.)
NEXT_PUBLIC_APP_URL=http://localhost:3000
# Formbricks (Surveys - Optional)