Next.js and Cloudinary works great in local env but in deployment in the cloud I get ““url” parameter is not allowed”
in localhost the request is:
http://localhost:3000/_next/image?url=<valid_and_works_cloudinary_url>
return 200
in development the request is:
https://digital-resume-frontend-dev.onrender.com/_next/image?url=<valid_and_works_cloudinary_url>
return 400 “url” parameter is not allowed