Mongodb – Module not found: Can't resolve 'child_process', while using NextAuth v5 and NextJs latest version
So I've tried to implement an authentication with Mongodb on my app, and after installing nextauth v5 (currently in beta), and trying to put any component or page on the "client side," my app would just crash, and nothing would…