All updates
frontend
database
devops

Guarded database access in server components and kept DB libs external

Bug Fixes

  • Guarded getDb() calls in server components so pages now handle database unavailability gracefully (rendering empty project lists or returning Not Found) instead of crashing.frontend

Improvements

  • Added @suprlogs/database and @supabase/supabase-js to Next.js serverExternalPackages so Node-only modules remain external and avoid bundling errors for server components.devops