try force dynamic

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-04-16 12:07:59 +02:00
parent 7d22d2ddad
commit 5087166814

View File

@@ -1,5 +1,7 @@
import { AuthenticateWithRedirectCallback } from '@clerk/nextjs';
export const dynamic = 'force-dynamic';
const SSOCallback = () => {
return <AuthenticateWithRedirectCallback />;
};