diff --git a/ui/homepage/app/register/page.tsx b/ui/homepage/app/register/page.tsx index 9bd965c..76c56de 100644 --- a/ui/homepage/app/register/page.tsx +++ b/ui/homepage/app/register/page.tsx @@ -1,4 +1,6 @@ -export const dynamic = 'error' +export const dynamic = 'force-dynamic' + +export const revalidate = 0 import { Suspense } from 'react' import { notFound } from 'next/navigation'