Thank so much for your video.....After seeing more videos and tutorial nothing is working..... After seeing your video.....I am deployed my mern app...thank you very much😊😊
Thankyou so much... I have watched more than 15 videos but was not able to deploy... But now, by your video I have deployed my first web app....Thankyou so muchh❤❤❤
Thankyou so much you helped me alot really worked. Earlier I was getting issue when I type vercel on cli then I saw I had to do vercel init at first then it worked 😅 if anyone is getting the same issue you can solve it through this message coders 😁🤭🙏 . And thankyou mam from 2 days I was trying and searching for such type of content you posted 🤗✨
You're welcome! I'm glad to hear that the solution worked for you. If anyone else is facing the same issue with Vercel, remember to use `vercel init` first to get things set up. It can save a lot of time and frustration. Thank you for sharing your experience and helping others with the same problem. Happy coding! 😊✨
¡De nada! Me alegra saber que finalmente encontraste una explicación que te ayudó. Si tienes alguna otra pregunta o necesitas más ayuda, no dudes en preguntar. ¡Feliz codificación! 😊✨
personally i can say best ever video on internet explaining how to deploy web app , crystal clear explanation but mam i have one question i have used multer for image upload and i am giving path of that in my vite.config.js file so how to deal with that while deploying app please answer mam
backend and frontend separately is very wirdo idea for productions as it will publish whole data whoever hit the URL. it will be better if we can maintain these access from the application side only.
app.use(cors()) You can use this line in index.js to enable allCORS requests. This process is show in the video itself. You can also restrict to only your fronted url by using cors configuration please visit documentation www.npmjs.com/package/cors
I was able to host both frontend and backend on render itself .why you host seprately?? by the way i hosted html css js express js mongo db without react website
Hello ma’am ! I tried deploying my MERN e-commerce website with this process. While everything turned out to be fine but in the frontend, the images are blank. No matter what I do, it isn’t showing. Any suggestion?
Yes it still works. Please create your new account and check. If you are using the user credentials given in this video then it may not work because accidentally I removed that file from my database.
@@SumansAcademy Thanks for your fast reply. I have a 7$ monthly plan on Render and i really can't succeed to configure it. I think it will be a good video for future... now i'm using Cloudinary as an alternative to upload images
I have done all steps correctly but I am not to login into my application, I don’t why but I am getting loging successfully message and my cookies is storing correctly. Can any one help me please
I'm trying to access my web page and there is an error in the console:- failed to load resource: the server responded with a status of 404 ///// actually in locally it's working fine .. pls help me
In Render.com check in Logs you will get details why you are getting that 404 error. If you have time then try to deploy it once again. Failed to load it had happened with me also. I deployed it again then it worked.
Yes, you can make your repository private without any issues for deployment on Render.com. However, ensure that the deployment settings allow Render to access your private repo. On Render, you’ll need to connect your GitHub or GitLab account and provide necessary permissions for private repos. There should be no impact on accessibility for the deployed app.
May be another application is using the port your application is trying to use (8001 in this case). const port = process.env.PORT || 3000; // Change 3000 to any other port number
i am getting this error "err = new ServerSelectionError();" please mam help me to solve this error...i just searched whole youtube and found your video helpful a lot. please mam
This error usually occurs when the MongoDB client cannot connect to the MongoDB server. 1. Ensure that your MongoDB server is running. 2. If you are using MongoDB Atlas, make sure your IP address is whitelisted in the network access settings.
Didi main jab render pe backend deploy karne ki kosish kar raha hu toh ek error aa raha hain bar bar. "npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/opt/render/project/src/package.json' "... Mere paas toh aisa koi path hain bhi nahi phir pata nahi render kaha point kar raha hain. Kindly guide me.
It looks like you're encountering an error because Render is unable to find the package.json file in the expected directory. 1. Check Your Project Structure: Ensure that your package.json file is in the root directory of your project. 2. Update the Build and Start Commands: --> Go to your Render dashboard. --> Navigate to your service settings. --> Ensure your Build Command is correctly pointing to where your package.json is located. For example, if your package.json is in a different directory, you might need to change the build command from npm install to cd && npm install. --> Update your Start Command similarly. If still you are getting error then send me your GitHub repository link. I will check your project structure.
@@SumansAcademy Thanks didi I was able to deploy it on render and vercel. But another issue arrived. Vercel par deploy karne ke baad jo url ko paste kar raha hu toh kuch nahi display ho raha browser par. Error 404 dikha raha hain. Render pe logs par jake check kiya toh waha as such koi error nahi dikha raha. Phirse se ekbar deploy kiya render aur vercel par tab bhi nahi aa rha. Samajh nahi aa raha yeh error.
Vercel ka deployed URL work nahi kr raha h kya? Aisa karo browser p vercel.com k website m login karo. Profile k icon m click kr k *Dashboard* page m jao. Waha pr sare deployed projects dekhenge. Usme click kr k *deployments* m jao or dekho kya error h.
If vercel is not working for you then search on youtube for react app development and try to deploy on different platforms such as netlify or github pages.
My backend is perfectly running on my device but when i try to deploy it , its showing deployment failed. Can you please resolve my issue. i am trying to deploy my project since 30 days but still i cant able to deploy
@@SumansAcademy Thank you. The deployment is successful using your demo itself. But the dynamic process is not working, means I have a uploads folder in the backend in which if we upload any image that will be stored in the uploads folder and in mongoDB I just store the name of the image. So I render the images such that I check the name of the image in DB ans shows the image using uploads folder in the backend. But it's working upto my local host. But when I deployed , the image is not rendering, may be because it cannot enter to uploads folder. 🤧Sorry for asking these much of doubts
You're welcome! No worries at all about the questions. If you're using only Multer to upload images, try uploading images using the method described in this video: ua-cam.com/video/UNKQ1I4O7eU/v-deo.html. This has worked for me and might solve the issue with the images not rendering after deployment. Let me know if you need any further assistance!
You can not deploy backend on vercel. I have once deployed json server on vercel only GET request was working. Rest Other where not working. Vercel is more like deploying frontend application.
In backend do this. 1. npm i cors 2. In index.js or server. js file write const cors = require ("cors") app.use(cors()) Also sometimes due to network issue you may get cors error.
Hi @iqraaslam1923, Thank you for your comment! To ensure you can take full advantage of Render's free services without any hassle: Sign In Properly: 1. Make sure to sign in using your original Gmail account or GitHub account via OAuth. Avoid using temporary email services as they may cause issues and might require additional verification, such as credit card information. Choose the Right Instance Type: 2. Once signed in, select the "For hobby projects" instance type during setup. This option is completely free and perfect for small personal projects. If you have any more questions or need further assistance, feel free to ask. I'm here to help!
Till 10:59 we were deploying our api endpoints only on render. Now in place of localhost:8080/ You will use render.com api suppose this - rc-wc0f.onrender.com/
In Render.com check in Logs you will get details why you are getting that 404 error. If you have time then try to deploy it once again. Make sure you are giving the root file directory in render. If you are not able to resolve the issue by yourself then write more about the error here.
Damn! this is (THE VIDEO!) I was looking for... Thanks for this video! this made my day and i was suffering a lot with all other videos
Thank so much for your video.....After seeing more videos and tutorial nothing is working..... After seeing your video.....I am deployed my mern app...thank you very much😊😊
finally got it..... After watching more than 10+ videos
it's most easy method to deploy ! thnx a lot for this video
After watching more than 10+ videos, finally I found what I needed👍thankyou so much
Thank you so much . i've watched lots of videos but not working . but this is really helpful and succesfully deployed
Thankyou so much... I have watched more than 15 videos but was not able to deploy... But now, by your video I have deployed my first web app....Thankyou so muchh❤❤❤
I'm thrilled to hear that you're happy! Your appreciation means lot to me❤️.
Same
Thankyou so much you helped me alot really worked. Earlier I was getting issue when I type vercel on cli then I saw I had to do vercel init at first then it worked 😅 if anyone is getting the same issue you can solve it through this message coders 😁🤭🙏 . And thankyou mam from 2 days I was trying and searching for such type of content you posted 🤗✨
You're welcome! I'm glad to hear that the solution worked for you. If anyone else is facing the same issue with Vercel, remember to use `vercel init` first to get things set up. It can save a lot of time and frustration. Thank you for sharing your experience and helping others with the same problem. Happy coding! 😊✨
Amazingly described ❤
From you i learned how to use render thank you so much❤
Gracias de tanto buscar al fin alguien lo explica bien.
¡De nada! Me alegra saber que finalmente encontraste una explicación que te ayudó. Si tienes alguna otra pregunta o necesitas más ayuda, no dudes en preguntar. ¡Feliz codificación! 😊✨
Finally I was able to deploy Thanks
Thank you soo much, explanation is very clear and easy. thank you once again👌👌💕💕
You are welcome 😊
Thanks a lot! Finally I deploy my project 😊✨
Happy coding
Subscribed I was looking for this video
Thank you so much ma'am, i watched around 15 to 20 videos but nothing worked. I was very upset but now I'm so happy ❤ dher sara pyaar🙏🙏🙏🙏🙏🙏🙏🙏🙏
Bro help me
Error aa rha hai
Module not found
@@top_g755 browser pe code run ho rha he kya? Deploy se pehle Frontend backend achhe se chal rha he?
Most welcome 😊
great and very easy explanation
Thank you
Thanks 😊. Helpful information.
So nice of you
personally i can say best ever video on internet explaining how to deploy web app , crystal clear explanation but mam i have one question i have used multer for image upload and i am giving path of that in my vite.config.js file so how to deal with that while deploying app please answer mam
Thank you for the information 🙏😊
backend and frontend separately is very wirdo idea for productions as it will publish whole data whoever hit the URL. it will be better if we can maintain these access from the application side only.
Giving nice information 👍😊
Thanks for liking
Very good, congratulations! One question, do you know how to deploy this project to Firebase? If you know, please teach me. Thanks.
Thank You So much 💚💚
Wonderful 🎉🎉🎉
Happy coding!
What About CORS if we used in backend index.js code
we have to put the origin of frontend?
how to do that?
app.use(cors())
You can use this line in index.js to enable allCORS requests. This process is show in the video itself.
You can also restrict to only your fronted url by using cors configuration please visit documentation www.npmjs.com/package/cors
Found helpful Thanks
Glad it helped
Informative !!
At 3:19 , is there any problem if we choose Compass instead of drivers ?
Compass is for running locally, while deploying we need to use driver only.
Thank you so much ❤️🎉
You’re welcome 😊
I was able to host both frontend and backend on render itself .why you host seprately?? by the way i hosted html css js express js mongo db without react website
Any guide?
vercel command not working in frontend. I run the command 'npm i vercel' but it's still not working. Don't know what's wrong...
Use this command : npm i -g vercel
@@SumansAcademy tnx.😄😄
Same doubt same name bhai 😂😂
What a coincidence! 💀💀
Above mentioned command is take so much time and leaked the memory not working
i have three files frontend , backend and admin panel. For admin i want to deploy it seperately or with the backend
Same doubt
do you have a tutorial on uploading images to the backend and displaying on the frontend?
Wait I will create it for you. Give me some time.
ok, thank you@@SumansAcademy
im maked the three folder in my project websocket, frontend and backend. where can i upload the websocket folder on which website.
MySQL databases how to connect?
How can i deploy a json server api im unable to fetch api with my project after deployed on netlify 😢
Can't we deploy frontend on render..
When i am doing so, It's saying no open http port detected
AMAZING VIDEO
Hii can i know how many applications can we deploy in this way only one web site?
Hello, I followed all the steps and deployed backed but after clicking on link it says cannot get/..
Any help will be appreciated.
hello. why did you deploy on two different servers? are they fast or something for node and react ?
Ma'am can you share the video of your project developement?
Deployment of "Vicharlikhita web app" is present in this video only. Which video do you want?
tysm 🙏🏻
Happy coding !
Hello ma’am ! I tried deploying my MERN e-commerce website with this process. While everything turned out to be fine but in the frontend, the images are blank. No matter what I do, it isn’t showing. Any suggestion?
Are you uploading your images to the backend and then fetching in to the fronted. And then it is showing black? Or you are using url's to show images?
Important question! Does uploading files/images still works?
Yes it still works. Please create your new account and check. If you are using the user credentials given in this video then it may not work because accidentally I removed that file from my database.
@@SumansAcademy Thanks for your fast reply. I have a 7$ monthly plan on Render and i really can't succeed to configure it. I think it will be a good video for future... now i'm using Cloudinary as an alternative to upload images
I have done all steps correctly but I am not to login into my application, I don’t why but I am getting loging successfully message and my cookies is storing correctly.
Can any one help me please
I'm trying to access my web page and there is an error in the console:- failed to load resource: the server responded with a status of 404 ///// actually in locally it's working fine .. pls help me
In Render.com check in Logs you will get details why you are getting that 404 error.
If you have time then try to deploy it once again. Failed to load it had happened with me also. I deployed it again then it worked.
its really useful
maam can we make repository as pvt if we do that so is there any issues in deployment and accessibility. please reply maam
Yes, you can make your repository private without any issues for deployment on Render.com. However, ensure that the deployment settings allow Render to access your private repo. On Render, you’ll need to connect your GitHub or GitLab account and provide necessary permissions for private repos. There should be no impact on accessibility for the deployed app.
@@SumansAcademy tq maam for valuable time
can you show me the proxy setting
I did not set up any proxy.
Thank you veru much..
You're welcome! Happy coding ✌️
mam i getting this "Detected a new open port HTTP:8001" and the application is crashig
May be another application is using the port your application is trying to use (8001 in this case).
const port = process.env.PORT || 3000; // Change 3000 to any other port number
@@SumansAcademy thank you so much mam now it's working
Thank you so much
i am getting this error "err = new ServerSelectionError();" please mam help me to solve this error...i just searched whole youtube and found your video helpful a lot. please mam
This error usually occurs when the MongoDB client cannot connect to the MongoDB server.
1. Ensure that your MongoDB server is running.
2. If you are using MongoDB Atlas, make sure your IP address is whitelisted in the network access settings.
@@SumansAcademy This works thank you so much man😊😊
Happy coding ❤️
Cannot find module '/opt/render/project/src/index.js
getting same error
@@smritigupta9730 i solved it
Thank you mam
Didi main jab render pe backend deploy karne ki kosish kar raha hu toh ek error aa raha hain bar bar.
"npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/opt/render/project/src/package.json' "...
Mere paas toh aisa koi path hain bhi nahi phir pata nahi render kaha point kar raha hain.
Kindly guide me.
It looks like you're encountering an error because Render is unable to find the package.json file in the expected directory.
1. Check Your Project Structure: Ensure that your package.json file is in the root directory of your project.
2. Update the Build and Start Commands:
--> Go to your Render dashboard.
--> Navigate to your service settings.
--> Ensure your Build Command is correctly pointing to where your package.json is located. For example, if your package.json is in a different directory, you might need to change the build command from npm install to cd && npm install.
--> Update your Start Command similarly.
If still you are getting error then send me your GitHub repository link. I will check your project structure.
@@SumansAcademy Thanks didi I was able to deploy it on render and vercel. But another issue arrived. Vercel par deploy karne ke baad jo url ko paste kar raha hu toh kuch nahi display ho raha browser par. Error 404 dikha raha hain. Render pe logs par jake check kiya toh waha as such koi error nahi dikha raha. Phirse se ekbar deploy kiya render aur vercel par tab bhi nahi aa rha. Samajh nahi aa raha yeh error.
Vercel ka deployed URL work nahi kr raha h kya?
Aisa karo browser p vercel.com k website m login karo.
Profile k icon m click kr k *Dashboard* page m jao.
Waha pr sare deployed projects dekhenge. Usme click kr k *deployments* m jao or dekho kya error h.
@@SumansAcademy Ha didi deployments main Jake current project pe click Kiya aur build logs pe Jake check Kiya toh 0 errors dikha raha hai.
If vercel is not working for you then search on youtube for react app development and try to deploy on different platforms such as netlify or github pages.
Mam help me please on render it's showing module not found error
“module not found” error means you are importing a file with a wrong path. Please check all imports and exports in your code.
@@SumansAcademy Done mam yesterday I was about to cry😑
But finally it got deployed thankyou mam
Am getting error module not found in render . What should i do ..i have done same process
Check if the module file names are in the correct case. For example, require('./MyFile') won’t work if the actual file is named myfile.js.
@@SumansAcademy error: cannot find module '/opt/render/project/src/index.js am getting these type error
If you can share please share me your github Repository
@@SumansAcademy look at my code i have same processs getting error
Where is your code? Please share your github Repository link
Is the frontend is adding to github?
With this method you don't need to add it to github.
My backend is perfectly running on my device but when i try to deploy it , its showing deployment failed. Can you please resolve my issue. i am trying to deploy my project since 30 days but still i cant able to deploy
Its Giving nodemon access denied
Send your source code I will try it from my end. (Github repo)
@@SumansAcademy Thank you. The deployment is successful using your demo itself. But the dynamic process is not working, means I have a uploads folder in the backend in which if we upload any image that will be stored in the uploads folder and in mongoDB I just store the name of the image. So I render the images such that I check the name of the image in DB ans shows the image using uploads folder in the backend. But it's working upto my local host. But when I deployed , the image is not rendering, may be because it cannot enter to uploads folder.
🤧Sorry for asking these much of doubts
You're welcome! No worries at all about the questions. If you're using only Multer to upload images, try uploading images using the method described in this video: ua-cam.com/video/UNKQ1I4O7eU/v-deo.html. This has worked for me and might solve the issue with the images not rendering after deployment. Let me know if you need any further assistance!
Can i deploy using multer only
Thank You....:)
how to host backend on vercel ?
You can not deploy backend on vercel. I have once deployed json server on vercel only GET request was working. Rest Other where not working.
Vercel is more like deploying frontend application.
Done thanks a lot
i am getting cors errr please help
In backend do this.
1. npm i cors
2. In index.js or server. js file write
const cors = require ("cors")
app.use(cors())
Also sometimes due to network issue you may get cors error.
Behan vercel ke liye kya install Kiya vercel is not recognised dikha rha ha again and again
Run this command to install vercel globally on your system - - - > npm i -g vercel
Thank you
شكراااا ❤❤
source code?
Fronted :
github.com/UmaSahni/VicharlikhitaFronted
Backend :
github.com/UmaSahni/VicharLikhita
best
Render is not free they are asking about credit card info
Hi @iqraaslam1923,
Thank you for your comment!
To ensure you can take full advantage of Render's free services without any hassle:
Sign In Properly:
1. Make sure to sign in using your original Gmail account or GitHub account via OAuth.
Avoid using temporary email services as they may cause issues and might require additional verification, such as credit card information.
Choose the Right Instance Type:
2. Once signed in, select the "For hobby projects" instance type during setup.
This option is completely free and perfect for small personal projects.
If you have any more questions or need further assistance, feel free to ask. I'm here to help!
select the free version
what about api
Till 10:59 we were deploying our api endpoints only on render.
Now in place of localhost:8080/
You will use render.com api suppose this - rc-wc0f.onrender.com/
Thank a lot...this was the easiest way..... helped me a lot@@SumansAcademy
@@SumansAcademydid use window.location.origin
I am getting 404 error
In Render.com check in Logs you will get details why you are getting that 404 error.
If you have time then try to deploy it once again.
Make sure you are giving the root file directory in render.
If you are not able to resolve the issue by yourself then write more about the error here.
👍
Thanks
Having issues with CORS blocking access
In backend do this.
1. npm i cors
2. In index.js or server. js file write
const cors = require ("cors")
app.use(cors())
@@SumansAcademy Thank you for the response. Figured it all out.
Hey, i followed the steps but deploy failed on render , please help , please send your contact details where i can text you the problem
Thank you so much 🎉🎉🎉