Javascript – I can't download the zip archive from the server
I have a React client and a Node server. When I send a POST request to the server, server should zip the folder and download it to the client. This cannot be done. A broken archive is downloaded to the…