You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error occured because we are directly destructuring the original name from file input, as we have not uploaded the file. To fix this issue we can first check the req.file === undefined if true then status 400 else destructure the original name from the file input.