try force dynamic
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
import { AuthenticateWithRedirectCallback } from '@clerk/nextjs';
|
import { AuthenticateWithRedirectCallback } from '@clerk/nextjs';
|
||||||
|
|
||||||
|
export const dynamic = 'force-dynamic';
|
||||||
|
|
||||||
const SSOCallback = () => {
|
const SSOCallback = () => {
|
||||||
return <AuthenticateWithRedirectCallback />;
|
return <AuthenticateWithRedirectCallback />;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user