Have any of you used next-auth with middleware on next-on-pages without error? I'm trying to do that
Have any of you used next-auth with middleware on next-on-pages without error? I'm trying to do that and everything works good on
middleware.ts
I use drizzle orm with d1 for database
npm run dev but when I try to start it with "preview": "npm run pages:build && wrangler pages dev .vercel/output/static", req.auth starts be always null and I don't know why because I don't getting any error.middleware.ts
I use drizzle orm with d1 for database

