Wednesday, July 5, 2023

Unhandled Runtime Error : Invalid src prop : NextJs : Cloudinary : UploadImages : cldUploadWidget

 

If you are updating <cldUploadWidget/> cloudinary website upload image components or other site components and get this error then the solution is simple just amend the nextjs.config.js file in your project make the following changes and your project will work 




Here is the code for the nextjs.config.js file just replace the file

/** @type {import('next').NextConfig} */

const nextConfig = {

    images: {

        domains: [

            'res.cloudinary.com'

        ]

    }

}


module.exports = nextConfig




No comments:

Post a Comment

How AI (Artifical Inteligence) is Revolutionizing Grief Support: The Story of Digital Legacies and Memory Preservation

When James Vlahos learned his father was diagnosed with terminal cancer in 2016, he was heartbroken. Living in Oakland, California, James ch...