-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While using multer, erros crash server #228
Comments
I also used multer in my application, faced several problems but now its working fine for me, ill let you know how i used it.
This is how my API looked like:
getDirName function:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have noticed that when using multer, the server crashes when you
throw new ApiError()
and I am pulling my hair out trying to track it down.Route
Controller
Stack
The text was updated successfully, but these errors were encountered: