cloudinary / cloudinary/cloudinary_npm

Error while uploading profile image Cannot read properties of undefined (reading 'path')

Open
#619 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.