I saw somewhere this solution and it works for me:
actionOptions: {
uploadStream: {
folder: env("CLOUDINARY_FOLDER", ""),
},
delete: {},
}
The options expect uploadStream property and not upload.
I saw somewhere this solution and it works for me:
actionOptions: {
uploadStream: {
folder: env("CLOUDINARY_FOLDER", ""),
},
delete: {},
}
The options expect uploadStream property and not upload.