mongodb-starter icon indicating copy to clipboard operation
mongodb-starter copied to clipboard

A developer directory built on Next.js and MongoDB Atlas, deployed on Vercel with the Vercel + MongoDB integration.

Results 12 mongodb-starter issues
Sort by recently updated
recently updated
newest added

- editing profile not working in production (401 error) - logout button doesn't exist - search not working

from looking at the history of the mongodb connection handling code, it started out with pretty much the code from the [with-mongodb example](https://github.com/vercel/next.js/blob/canary/examples/with-mongodb/lib/mongodb.js) however it eventually ended up with caching...

Bold text is not visible properly ![image](https://user-images.githubusercontent.com/67755128/174012233-408bb449-ea7c-4a04-a803-590920297ffd.png) https://mongodb.vercel.app/VenomFate-619

Hi there, I'm working on implementing MongoDB into my Next.js project. Thanks for this starter. I was curious why is the Mongo client never closed anywhere? is `client.close()` optional even...

Hello. I'm new to TypeScript, and still new to programming in general. Forgive me if the answer is obvious, but how do I enable searching? Or is it already enabled...

to get rid of nextjs error message

Ran `npx @next/codemod@latest next-link .` to update to the latest Link config. Also removed `browsersListForSwc: true` from next.config.js as it was throwing an error stating it was not supported.

Not tested directly, but ported over from my project.

Hi, starter works well in dev, but when moving to production, ensuring correct callback in Github, and correct ID and Secret from Github in environment variables on Vercel, I keep...