diff --git a/app/(auth)/self-hosted/page.tsx b/app/(auth)/self-hosted/page.tsx index 2b070d9..5527565 100644 --- a/app/(auth)/self-hosted/page.tsx +++ b/app/(auth)/self-hosted/page.tsx @@ -77,3 +77,5 @@ export default async function SelfHostedWelcomePage() { ) } + +export const dynamic = "force-dynamic"