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 ac1661b commit 65e5142Copy full SHA for 65e5142
src/app/%5Fcache/route.ts
@@ -2,6 +2,8 @@ import { type NextRequest } from 'next/server';
2
import { revalidatePath } from 'next/cache';
3
import { redirect } from 'next/navigation';
4
5
+export const dynamic = 'force-dynamic';
6
+
7
export async function GET(request: NextRequest) {
8
const searchParams = request.nextUrl.searchParams;
9
const queryparam = searchParams.get('path');
0 commit comments