Пікірлер
@lahiruanushkarathnayake
@lahiruanushkarathnayake 23 сағат бұрын
Sahand, you are one of the best teachers on KZbin. I have learned so much from you. Thank you very much!
@GolDRoger-ih3rf
@GolDRoger-ih3rf Күн бұрын
Thank you❤ Sahand to make this all efforts. Really a worth watch video for everyone to clear all the concepts used across the existing MERN stack technology.
@SerhiyLevashov
@SerhiyLevashov Күн бұрын
Thank you! I made this project from start to finish, and for me, the most valuable aspects are the details we encountered during development. I learned many new and useful things along the way, which made the experience truly fulfilling.
@chamathtoo
@chamathtoo 2 күн бұрын
YOU MEAN A LOT ME SIR AT THIS MOVEMENT. THANK YOU SO MUCH!!
@reactproject
@reactproject Күн бұрын
Glad I could help!
@datdinh6800
@datdinh6800 3 күн бұрын
2h53m why i install redux and do follow , I get a process error, undefined error
@reactproject
@reactproject Күн бұрын
Try refreshing the page and restarting the development server.
@Tids_
@Tids_ 3 күн бұрын
This was a great help and works exactly as it should. I had some issues with converting the webhook to Typescript, the webhookEvent data validation might cause issues with casting email_addresses[0] as a string (required for the User model). It took a bit of debugging to work out why the webhook was failing with a 400, but that was the issue. Fixed that and all works perfectly. Thank you
@obayedullahkhan764
@obayedullahkhan764 4 күн бұрын
Hello sir, I have also degrade the version of clerk but metadata issue is not solving. Even I tried by redeploy the project.
@reactproject
@reactproject Күн бұрын
Try clearing your browser cache and hard refreshing the page.
@kadhalcutz_tamil
@kadhalcutz_tamil 4 күн бұрын
When i sign in jwt token not stored in cookies its stored in localstorage. any one help me to resolve that? Thanks
@maziarzakeri3150
@maziarzakeri3150 4 күн бұрын
You are the best sahand , I appreciate you ❤
@reactproject
@reactproject Күн бұрын
I'm glad you found the video helpful!
@deshanlanka.l
@deshanlanka.l 4 күн бұрын
Now we can't use the firebase storage ??? what should we use
@nivshah2956
@nivshah2956 5 күн бұрын
hello sir....pls give me assests folder of this project
@reactproject
@reactproject Күн бұрын
The assets folder is available on the GitHub repo for this project.
@DoomerCreatine
@DoomerCreatine 6 күн бұрын
Ran into an odd error when adding the update user API route to the frontend. If the user had started typing a new password but then deleted it and updated say their email, it would still send the empty string as password and for some reason it wasn't caught by the existing if (req.body.password). How I handled this was to add an additional check right before that just stating: if (req.body.password === "") { req.body.password = undefined; } This seems to prevent users from setting passwords to an empty string. Not sure if this was an error somewhere as I was writing along or what caused it.
@reactproject
@reactproject 6 күн бұрын
That's a great fix! I'll be sure to mention this in my future videos.
@ashwinijadhav6908
@ashwinijadhav6908 7 күн бұрын
Thank you so much one of the best tutorial for beginner like me. keep it up 😍😊
@reactproject
@reactproject 6 күн бұрын
You're welcome 😊
@SachinKathad-fv5tx
@SachinKathad-fv5tx 6 күн бұрын
have you completed the project,a small help will be appreciated
@ashwinijadhav6908
@ashwinijadhav6908 2 сағат бұрын
@@SachinKathad-fv5tx yes i have completed and successfully deployed
@Coding176
@Coding176 7 күн бұрын
thanks
@reactproject
@reactproject 7 күн бұрын
Welcome
@maziarzakeri3150
@maziarzakeri3150 7 күн бұрын
You are amazing sahand, I love your all project thank you so much ❤
@reactproject
@reactproject 7 күн бұрын
Thanks for your kind words!
@thamer2069
@thamer2069 8 күн бұрын
Sir, I recommend you build an education website
@reactproject
@reactproject 7 күн бұрын
I will consider this for a future project!
@onelove65
@onelove65 8 күн бұрын
How to get free firebase storage I think they stopped the production mode is there another way???
@reactproject
@reactproject 7 күн бұрын
it has free tier just add your card detail
@Noobita_123
@Noobita_123 8 күн бұрын
Dear sir by your mern blog i have created the project but now in a post i have created a big post and it giving me error of ' request entity too large ' and i tried from everywhere but this problem still not fixed how to fix this please tell me
@reactproject
@reactproject 8 күн бұрын
I recommend checking your server configuration for any limits on file sizes.
@Noobita_123
@Noobita_123 8 күн бұрын
@@reactproject i have checked everywhere like stackoverflow, google and other place they are telling to use app.use(express.json({limit: '50mb'})); app.use(express.urlencoded({limit: '50mb'})); I have tried all and AI also suggest the error coming from client side
@Noobita_123
@Noobita_123 8 күн бұрын
@@reactproject please sir this is my precious project and i am unable to solve this error 😞😞
@Akqjgg
@Akqjgg 9 күн бұрын
facing difficulty in firebase (showing error that --- Cross-Origin Request Blocked )
@reactproject
@reactproject 8 күн бұрын
This is just for the development mode, and it will be ok in the production
@thamer2069
@thamer2069 9 күн бұрын
hi sir, add testimonials nav and section & team nav section ASQ answer section I will meet you in udemy
@reactproject
@reactproject 9 күн бұрын
I appreciate your suggestions, I'll consider them for future projects.
@learnwave
@learnwave 9 күн бұрын
Thanks bro❤❤❤ for this project
@reactproject
@reactproject 9 күн бұрын
I'm glad you found it helpful!
@obayedullahkhan764
@obayedullahkhan764 10 күн бұрын
One problem I can't solve in last 4 days. I entered the right webhook but still getting the error to add webhook secret in .env.local . Getting failed message from clerk. How to solve it.
@reactproject
@reactproject 10 күн бұрын
You should double-check if the webhook is properly configured in your Clerk dashboard and ensure the secret is correctly added to your .env.local file. Check github repo for more info.
@tshine4059
@tshine4059 10 күн бұрын
Sir am finding it difficult to do the admin login, pls help me sir
@reactproject
@reactproject 10 күн бұрын
You can find the code and steps for the admin login in the video.
@demigod9905
@demigod9905 10 күн бұрын
Sir can you help me with firebase storage , should I upgrade to blaze plan and I'm trying to create a billing account but it automatically creates a project with the name my new project , first i should create a billing account and link with the project ?? to upgrade the blaze plan to my project and it asks me to pay prepayment to Activate free trail and is the firebase storage free ?? If it is please help me how to get started with it Thanks
@reactproject
@reactproject 10 күн бұрын
Yes no problem with that, you won't be charged
@devu4240
@devu4240 11 күн бұрын
Storage have upgrad option 😢.how to do this
@reactproject
@reactproject 10 күн бұрын
Yes no problem with that, you won't be charged. Just add your card
@devu4240
@devu4240 10 күн бұрын
@@reactproject that means. Please give a advice
@reactproject
@reactproject 8 күн бұрын
just add your card detail
@devu4240
@devu4240 8 күн бұрын
@@reactproject sir I don't have any idea about that.what you mean card.
@Examji
@Examji 13 күн бұрын
The next project must be LMS clone like Coursera, it has alot in frontend and backend, it will be the BEST PROJECT ON KZbin IF U CREATE IT
@reactproject
@reactproject 12 күн бұрын
sure thanks for the suggestion
@Examji
@Examji 12 күн бұрын
@@reactproject When you will create it my lord
@obayedullahkhan764
@obayedullahkhan764 13 күн бұрын
I am facing an issue with the latest Next.js version (15). When I create the blog project following your tutorial I am getting an hydration error even I clone your GitHub code and set up the environment variables, still I am getting the hydration error. But when I create a new Next.js app using version 14, the hydration error doesn't occur. What steps should I take to resolve this issue? Should I go with next14? I plan to use the project for production, so I want to ensure that everything is set up optimally. Could you suggest the best practices for making my Next.js website production-ready and improving SEO? Lastly, thank you again for your help with my previous comment!
@reactproject
@reactproject 12 күн бұрын
decrease your react version down, it might be useful, the new version of react has bugs still
@obayedullahkhan764
@obayedullahkhan764 12 күн бұрын
The problem solved by using NEXT14. But clerk webhook is not identifying in Vercel. I check multiple time that I have added the right webhook to .env.local file but Vercel is saying to add webhook in .env or .env.local file and clerk is giving me failed error in the endpoints log.
@reactproject
@reactproject 8 күн бұрын
decrease your clerk version too
@MRezvani
@MRezvani 15 күн бұрын
Thanks for the good content Sahand jan. Is there any reason that you did not use ThemeModeScript for dark mode? It's a built-in component in flowbite-react. and why you did not using ngrok?
@reactproject
@reactproject 8 күн бұрын
I added it later in the video
@MohammadNseirat
@MohammadNseirat 16 күн бұрын
Is there any mern project coming to the channel or not? Thanks for you 🙏
@reactproject
@reactproject 15 күн бұрын
Not yet!
@denyslysenko9617
@denyslysenko9617 17 күн бұрын
Thank you Sahand! I have completed this whole project few days ago! You have made a great work! God bless you!
@reactproject
@reactproject 15 күн бұрын
It's my pleasure
@codewithboomi
@codewithboomi 17 күн бұрын
Nice video Language shows you are Cambodian !
@reactproject
@reactproject 15 күн бұрын
Thank you for noticing!
@karacan2469
@karacan2469 17 күн бұрын
Hey Sahand, I just wanted to say how much I love your videos! I’ve been following your work for a while now, and I really admire how genuine and real your teaching style is. You’re one of the few creators who doesn’t just code in an idealized bubble-you approach projects like a real developer would, starting with a proper UI and working through things systematically. It’s so refreshing and relatable. That being said, I had a small thought about your latest video. The moment I saw Clerk mentioned for authentication, I kind of paused the video. Personally, even for the smallest projects, I prefer building the authentication myself. It just feels more robust and in my control, especially since relying on a third-party service for such a critical part of the project can be risky in the long run. Of course, I haven’t even watched the full video yet, and I’m sure you’ve got good reasons for using it. I just hope you stick to the kind of content that’s brought you so much success-the practical, down-to-earth coding approach we all love. Keep doing what you’re doing, because it’s inspiring a lot of us! Much love and best wishes,
@reactproject
@reactproject 15 күн бұрын
I'll keep in mind your preference for building authentication myself. Thanks for sharing your thoughts!
@yasharkhatib641
@yasharkhatib641 17 күн бұрын
You should understand more about us unfortunate war veterans iranians...hey, how come we don't have a bill account and we can't register firebase...what other site would you suggest?
@reactproject
@reactproject 15 күн бұрын
you may try a local storage on your server.
@TV-tq9ch
@TV-tq9ch 17 күн бұрын
Firstly I am very thankfull to you creating a amazing and very helpful content I have a question about deployment process is this project is for deploy on vercel and is this possible to deploy it on hostinger without cloud and vps. and why you preffered to use firebase instead of cloudinary for storing image?
@reactproject
@reactproject 15 күн бұрын
Thanks for your comment, i will try a new one in the next video
@kobbie5819
@kobbie5819 17 күн бұрын
Hello Mr Sahand, great project once more ,im yet to launch a promising startup I have been building for months.its something I think you would be interested in ,how can I reach you?
@leetcodemonkey
@leetcodemonkey 18 күн бұрын
Learnt a lot from your Mern blog project :) Can you make e-commerce projects using Mern (and Nextjs version) in the future?
@reactproject
@reactproject 18 күн бұрын
I'll keep that in mind for the next one!
@عزیز25
@عزیز25 18 күн бұрын
Love you from Pakistan
@reactproject
@reactproject 18 күн бұрын
Thanks for your comment and welcome to my channel
@عزیز25
@عزیز25 17 күн бұрын
@@reactproject thank you
@arisudana3672
@arisudana3672 18 күн бұрын
Add deployment please sir
@reactproject
@reactproject 18 күн бұрын
It is already included in the video.
@عزیز25
@عزیز25 18 күн бұрын
Thanks a lot! I finished the project using MERN. I’m really excited to try out the new features and make everything run even smoother. Can’t wait to show you how it turns out!
@reactproject
@reactproject 18 күн бұрын
I'm glad you found it helpful! I look forward to seeing your results.
@عزیز25
@عزیز25 18 күн бұрын
@@reactproject sure sir :)
@korodhsoaqoon
@korodhsoaqoon 18 күн бұрын
Thank you very much sir.
@reactproject
@reactproject 18 күн бұрын
All the best
@ramprasadchauhan7
@ramprasadchauhan7 18 күн бұрын
Thank you more making with nextjs. Sir if possible please use typescript in future project.
@reactproject
@reactproject 18 күн бұрын
I'll keep that in mind for the next one!
@smartdriver2990
@smartdriver2990 18 күн бұрын
Thanks for sharing the tutorial, like and comment
@reactproject
@reactproject 18 күн бұрын
Thank you too
@جريدةالمنتخب-ب2ص
@جريدةالمنتخب-ب2ص 18 күн бұрын
I LOVE YOUR chanel toy are emzaing keep going with next js and give us movie app with next js
@reactproject
@reactproject 18 күн бұрын
I'm glad you like my videos, I will keep next.js in mind for future projects.
@georgetreger6477
@georgetreger6477 18 күн бұрын
Sir please where have you been….I hope you were doing great…I miss your videos
@reactproject
@reactproject 18 күн бұрын
Thanks for the support, I'm always working on new videos!
@OmarFaruk-bz4gw
@OmarFaruk-bz4gw 18 күн бұрын
THANK YOU ACCEPT REQUEST BUT I LOVE PRISMA ORM AND DRIZZLE ORM
@reactproject
@reactproject 18 күн бұрын
I appreciate the feedback, I'll consider it for future projects!
@kooyaw4445
@kooyaw4445 18 күн бұрын
Incredible, learnt a lot from the MERN stack project.
@reactproject
@reactproject 18 күн бұрын
I'm glad you found it helpful!
@Sneakingmentor
@Sneakingmentor 18 күн бұрын
Is this a full video or part 1? I am building instagram using next js from your channel.
@reactproject
@reactproject 18 күн бұрын
full video
@regilearn2138
@regilearn2138 18 күн бұрын
It would be great if you can use TYPESCRIPT for this, appreciate your effort. pls use typescript for your future project
@reactproject
@reactproject 18 күн бұрын
Thanks for the suggestion, I will consider using TypeScript in future projects.
@NoobCorporations
@NoobCorporations 18 күн бұрын
Sir i have one request please make a video and add some features like we can use any amount of photos, can use videos also in any post, user can pin any post the he likes and it will show in his profile in pinned section, and add some functionality that after inspect user can't able to see the real blog content in network, I have done many modifications from your previous video but struggling with these Make a small video for adding these features and some other useful features
@reactproject
@reactproject 18 күн бұрын
Thanks for the suggestions, I'll keep them in mind for future videos.
@AnthonyObi-wr6ro
@AnthonyObi-wr6ro 18 күн бұрын
Please where is the MERN version of this project. Can you give me the link?
@reactproject
@reactproject 18 күн бұрын
kzbin.info/www/bejne/gZzLpWWjrLh_las here is the link