09438cf5137e2bb5ef68c618ab3b4e51857df67f
- Business page returned 500: getTrialFunnel's `ORDER BY CASE bucket ...` referenced the SELECT-list alias inside an expression, which Postgres can't resolve (error 42703 "column bucket does not exist"). Wrap the GROUP BY in a subquery so `bucket` is a real column the ORDER BY can use. Verified against prod: original errors, fixed query returns ordered buckets. - Remove the "Çözülen / Çözülemeyen VIN'ler" dashboard buttons — the VIN list already has a success/error status filter, so they were redundant. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Süper Panel
Internal admin panel — sp.semih.ai — Tailscale-only access.
Phase 0 skeleton: Next.js 16 + Better Auth (email/password + TOTP) + Prisma + Postgres + Redis. Deployed on Coolify, fronted by Traefik with Let's Encrypt (Cloudflare DNS-01).
See super-panel-prd.md for the full PRD.
Local dev
pnpm install
cp .env.example .env
# fill DATABASE_URL_PANEL, BETTER_AUTH_SECRET (32+ chars)
pnpm --filter @panel/web prisma:generate
pnpm dev
Production deploy
Pushes to main trigger Coolify deploy via webhook.
Deploy status
First production deploy: 2026-05-13. Live at https://sp.semih.ai (Tailscale only).
Description
Languages
TypeScript
99.2%
CSS
0.4%
Shell
0.2%
Dockerfile
0.2%