nodejs-image-upload
nodejs-image-upload copied to clipboard
Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
When I try to implement and run this code it looks like the file is being uploaded into my uploads folder but my app crashes with this error: Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client.
Any ideas on how to solve this issue?
res.set("image")