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.
2 parents 56c4ec6 + 00df609 commit 91654c8Copy full SHA for 91654c8
src/app/api/usersubmissions/route.ts
@@ -8,6 +8,8 @@ import {
8
import { logToDiscord } from "@/utils/logger";
9
import { NextRequest, NextResponse } from "next/server";
10
11
+export const dynamic = 'force-dynamic';
12
+
13
export async function GET(req: NextRequest) {
14
try {
15
const authHeader = req.headers.get("Authorization");
0 commit comments