Mongodb – Next throws Module not found: Error: Can't resolve 'dns' when trying to access user session in getServerSideProps
I am working with next-auth. I've added the mongodb adapter, so users are created automatically in my DB, but I need to add more data on top of the basic data that is given from next-auth (name, email, avatar), so…