hoangvvo / nextjs-mongodb-app

A Next.js and MongoDB web application, designed with simplicity for learning and real-world applicability in mind.
https://nextjs-mongodb.now.sh/
MIT License
1.53k stars 286 forks source link

Mongoose support #139

Open gholevas opened 2 years ago

gholevas commented 2 years ago

Would love to see a branch of this starter set up with Mongoose! I followed Vercel's example to cache the mongoose database connection similar to how you did, but I can't get the Mongoose database connection to play nicely with next-session

hoangvvo commented 2 years ago

Could you post the error you are facing?