Mongodb – Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client. Why?
I am having a issue while saving the image file in MognoDB. It is saying the error (node:14849) UnhandledPromiseRejectionWarning: Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client While I searched for the error solution, it was…