Looks like my FormData parsing got messed up at some point during an electron upgrade or something. 😅 Now all my file upload examples are messed up.
@akhileshthite It's something with Undici. I'm guessing it's to do with the conversion from the protocol handler upload data and the request body. Causing busboy parsing errors. 🤷
@mauve Uploads are working for me with agregore v2.6.something.
Maybe try downgrading electron version?
Also, hypercore-fetch and agregore are not using the latest version of hyper-sdk.
@mauve hypercore-fetch?