Hi i am, going throught the tuorials and seen to get the following issue
Uncaught Error: The Middleware "/middleware" must export a middleware or a default function
import NextAuth from 'next-auth'; import { authConfig } from './auth.config';
export default NextAuth(authConfig).auth;
export const config = { // https://nextjs.org/docs/app/building-your-application/routing/middleware#matcher matcher: ['/((?!api|_next/static|_next/image|.\.png$).)'], };