Error: MulterError: Unexpected field
If you are working on nodejs at backend and you are facing this error.
Simply check your request. You are sending a file with no proper name which you provided in your upload.single('name') route.
Your file name is here. Mentioned it in your request...
ankitmishraindia.hashnode.dev1 min read