fix: resolve dynamic server usage error in debug-admin API route

This commit is contained in:
2025-12-18 21:33:57 +01:00
parent 42d8191c1a
commit ec9468f671

View File

@@ -1,3 +1,4 @@
export const dynamic = 'force-dynamic';
import { createServerComponentClient } from '@supabase/auth-helpers-nextjs';
import { cookies } from 'next/headers';
import { NextResponse } from 'next/server';