Aiden.Choi

Results 3 comments of Aiden.Choi

i've been using patched package without any problem on vercel until today. after modifying additional lines i'm facing same issue. it can only be built on local successfully in my...

I have the same issue, i'm using latest next and next-auth modules and then just write `export { default } from "next-auth/middleware"` in my middleware file :(

oh, i missed [caveats section](https://next-auth.js.org/configuration/nextjs#middleware:~:text=Only%20supports%20the%20%22jwt%22%20session%20strategy.) ....! yeah, i'm using database strategy with mongodb adapter. no wonder i tried to use edge function with mongodb driver but it couldn't work at...