dmitriy-nz / nestjs-form-data

NestJS middleware for handling multipart/form-data, which is primarily used for uploading files.
https://www.npmjs.com/package/nestjs-form-data
MIT License
117 stars 23 forks source link

Unexpected end of form #46

Closed mohammadhejazirad closed 1 year ago

mohammadhejazirad commented 1 year ago

Hello, when the program wants to give an error, for example, postman gives this error for the file type

image

image

mohammadhejazirad commented 1 year ago

I found the solution to this problem I had written a code in the main .ts file for prisma errors I commented that line of code and it was fixed

image