Hunter Wyatt

Results 7 comments of Hunter Wyatt

Also, occasionally getting results like this even when the zipping seems successful ![Screenshot 2024-01-06 at 6 58 22 AM](https://github.com/Touffy/client-zip/assets/60107490/532d52b0-1317-4a29-af87-208e41f73111)

Thanks for the quick response! The catch (err) was logging the `TypeError: Failed to fetch`, so I just assumed that was the fault of `await downloadZip(files).blob();` or my input. I...

I am not using `client-zip` in a NextJS API route, but rather in a component. It seemed that after explicitly putting `"use client"` at the top of my component that...

@Touffy I can drop you the Netlify or the repo, if either of those would be helpful. I cannot see currently where Next is attempting to transpile client-zip, but maybe...

I also tried adding `client-zip` in my `next.config.js` like so: ```/** @type {import('next').NextConfig} */ const nextConfig = { transpilePackages: ["client-zip"], }; module.exports = nextConfig; ``` This also made no difference

https://sunday-set-builder.netlify.app/ Let me know if I need to setup a way for you to manually trigger the `downloadZip()`.

I was able to reproduce the error by dropping this Test Song 1 into the drop area 4/5 times, then hitting Build Ableton Set. I am logging the error to...