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 1041eea commit 5bea28aCopy full SHA for 5bea28a
dashboard/final-example/middleware.ts
@@ -6,4 +6,5 @@ export default NextAuth(authConfig).auth;
6
export const config = {
7
// https://nextjs.org/docs/app/building-your-application/routing/middleware#matcher
8
matcher: ['/((?!api|_next/static|_next/image|.*\\.png$).*)'],
9
+ runtime: 'nodejs',
10
};
0 commit comments