cloudinary / cloudinary/cloudinary_npm
Error while uploading profile image Cannot read properties of undefined (reading 'path')
Open
- Dominant language
- JavaScript
- Stars
- 666
- Forks
- 319
- Avg merge
- 17h 18m
- Merged PRs (30d)
- 3
Description
const result = await cloudinary.v2.uploader.upload(req.file.path,{
public_id: `${user._id}_profile`,
width: 500,
height: 500,
crop: 'fill',
});
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.