260318:1659 Fix UUID #11
Build and Deploy / deploy (push) Successful in 7m42s

This commit is contained in:
admin
2026-03-18 16:59:06 +07:00
parent 5a1eeca7f3
commit e560b127c0
3 changed files with 13 additions and 1 deletions
@@ -5,6 +5,9 @@ import { ArrowLeft } from "lucide-react";
import Link from "next/link";
import { TransmittalForm } from "@/components/transmittal/transmittal-form";
// Force dynamic rendering to prevent build-time prerendering issues
export const dynamic = 'force-dynamic';
export default function CreateTransmittalPage() {
return (
<section className="space-y-6 max-w-4xl">
+7 -1
View File
@@ -36,7 +36,13 @@ const nextConfig = {
},
*/
// 5. Security Headers (แนะนำ)
// 5. Experimental: Handle client component static generation issues
experimental: {
// Disable static optimization for client components that cause build failures
missingSuspenseWithCSRBailout: false,
},
// 6. Security Headers (แนะนำ)
async headers() {
return [
{