We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8554d7 commit a84bc80Copy full SHA for a84bc80
src/app/(non-header)/oauth/kakao/sign-in/page.tsx
@@ -1,5 +1,7 @@
1
'use client';
2
3
+export const dynamic = 'force-dynamic';
4
+
5
import useUserStore from '@/stores/authStore';
6
import axios from 'axios';
7
import { useRouter, useSearchParams } from 'next/navigation';
src/app/(non-header)/oauth/kakao/sign-up/page.tsx
0 commit comments