adrianhajdin / project_next_14_ai_prompt_sharing

Next.js recently became the official React framework as outlined in React docs. In this course, you'll learn the most important Next.js concepts and how they fit into the React ecosystem. Finally, you'll put your skills to the test by building a modern full-stack Next 14 application.
https://www.jsmastery.pro/ultimate-next-course
2.83k stars 416 forks source link

All working hosted Project #66

Open hmssameer55 opened 1 year ago

hmssameer55 commented 1 year ago

Hi folks anyone facing issues with Permission denied or anything here is the source code which is perfectly working. Thank me later !!!

https://github.com/hmssameer55/prompt-verse

Kumar-Sahani commented 1 year ago

Hi Sammer, I tried working with your code but still I'm not able to create any data into the db collection while signing in

Could we connected via Gmeet or any other platform that you are comfortable with?

omri2020 commented 1 year ago

Hi Sammer, i have tried to clone your project and i get the access denied error man

Shikhar0895 commented 11 months ago

Hi all make sure that the mongodb uri saved in the env file is of correct format. if in terminal anyone is experiencing bad auth : authentication failed then this could be one of the probable solution to your problem. Remove the "<" and ">" enclosing the password. Replace your_password string with the password saved in mongoDB atlas.

"MONGODB_URI=mongodb+srv://username:your_password@cluster0.llzjnmk.mongodb.net/?retryWrites=true&w=majority"

Correcting this typo worked for me. Might help you all as well.

Thanks Shikhar