Search or scroll through everything
I am making the project where i am using cloudinary for image upload. But there is some problem with it, whenever i try to upload the image through my project, it shows me the error:- Error during image upload to Cloudinary: { error: { message: 'Request Timeout', http_code: 499, name: 'TimeoutError' } } Earlier, this issue…
my MERN stack webapp is working perfectly fine in localhost but after deploying it just for testing purposes on render(nodejs-backend) and netlify(react js- frontend) , all other parts are working perfectly except for the apis that have image upload system in them. It shows Error : 500, (name: "AxiosError", code:…
I have made a social media web app using MERN stack. While using localhost, it works completely fine, but after deploying it to Render, it tells Unknown API key '123456789123456'. But it is the same API key which i'm using on localhost. I'm using environment variables to pass the API key to the configuration file. Not sure…
Hi I'm trying to use Cloudinary to store my images in a MERN stack project. So basically I converted my image upload in the front end to a base64 string, have the data:image/jpeg;base64 removed and send them to my API. Now in my Controller file I wrote something like this: const postDog = async(req,res) => { const {name,…
You need to be logged in to ask or answer questions. You can use your Cloudinary account, just click the "Sign In" button.