vinayak700 / Shopify

An Ecommerce store app with MERN Stack & Cloudinary.
https://shopify02.netlify.app/
1 stars 0 forks source link

Image storage #2

Open abhijit-23blaze opened 2 weeks ago

abhijit-23blaze commented 2 weeks ago

I have deployed every thing but the images are not loading. I am assuming that you are storing the images on cloudinary but they are also being stored in the uploads folder in the server so how do i load the images if you may clarify??

vinayak700 commented 2 weeks ago

If the media is being stored in your server, remove the destination parameter from your express multer configuration. Doing this step will stop saving media in your server directory. Additionally about cloudinary, please give me more reference to get to know where the issue lies like image, cloudinary configuration code, etc.