We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5cb256 commit 624b459Copy full SHA for 624b459
2 files changed
app/api/chat/export/route.ts
@@ -3,6 +3,7 @@ import { ChatPersistence } from '@/lib/chat-persistence'
3
import { authenticateUser } from '@/lib/auth-utils'
4
5
export const runtime = 'nodejs'
6
+export const dynamic = 'force-dynamic'
7
8
export async function GET(request: NextRequest) {
9
try {
app/api/chat/search/route.ts
0 commit comments