Unanswered Questions
Where the Cloudinary community comes together to help each other build amazing experiences.
Discussion List
-
Uploading with Nextjs server action + cloudinary SDK
I dont know how to convert file to something else so it can be uploaded though using cloudinary.uploader.upload async function myAction(formData: FormData) { 'use server' const file = formData.get('getImage') formData.forEach((value, key) => { if (key === 'getImage') { const a = value as File; const blob =…
-
Problems when using the Fetch URL
Recently, I have been encountering problems when using the Fetch URL feature. While the following URL works without issue: https://res.cloudinary.com/ashhair/image/fetch/w_700,f_auto,fl_lossy,q_auto,fl_progressive/https://ash-hair.com/shared_img/u/stylist/1458/2022112832400012934.jpeg This URL returns a 400 error:…