I see this error with the app, reported by NextJS, please fix it. The er

This commit is contained in:
Leon Serfaty G
2025-09-01 06:53:16 +00:00
parent c2bc71caee
commit ad0543a9a1
+3 -1
View File
@@ -3,7 +3,9 @@ import { auth } from '@/auth';
export default auth; export default auth;
export const runtime = 'nodejs';
export const config = { export const config = {
// https://nextjs.org/docs/app/building-your-application/routing/middleware#matcher // https://nextjs.org/docs/app/building-your-application/routing/middleware#matcher
matcher: ['/((?!api|_next/static|_next/image|.*\\.png$).*)'], matcher: ['/((?!api|_next/static|_next/image|favicon.ico).*)'],
}; };