bagasbanuna
f64ae42825
Fix Prisma
1 fix: error koneksi Prisma dengan retry mechanism
2
3 Perubahan:
4 - src/lib/prisma.ts: Tambah retry (3x) dengan exponential backoff saat connect
5 - src/lib/prisma-retry.ts: NEW - Utility wrapper untuk retry operations
6 - src/app/api/user-validate/route.ts: Improve error logging dengan detail
7 - src/middleware.tsx: Clean up commented code
8
9 Fitur:
10 - Auto retry saat database connection gagal
11 - Explicit () di production
12 - Better error logging untuk debugging
13 - Reusable retry wrapper (withRetry, withTimeout)
14
15 Testing:
16 - Build berhasil ✅
17 - Type checking passed ✅
18
19 Fixes: Error in PostgreSQL connection: Error { kind: Closed, cause: None }
### No Issue
2026-03-03 15:30:34 +08:00
..
2026-03-03 15:30:34 +08:00
2026-02-25 15:34:22 +08:00
2026-01-15 13:57:00 +08:00
2026-03-03 15:30:34 +08:00
2026-02-12 16:29:03 +08:00
2025-04-08 12:04:31 +08:00
2025-05-22 11:47:59 +08:00
2024-12-02 16:24:03 +08:00
2025-08-21 15:33:17 +08:00
2026-03-03 15:30:34 +08:00
2025-02-05 15:07:18 +08:00
2025-02-05 15:07:18 +08:00
2025-04-07 14:56:50 +08:00