Joey Guerra
Joey Guerra
Weird. Do you see that error when you're authorized and the input is valid? Meaning it's gotten successfully through the previous middleware? I had another observation, I see the code...
@mercmobily can you please describe the scenario? I want to write a failing test and submit a fix for it.
@mercmobily I've been reviewing the code and the rc 2 version. `fs-temp` is a dev dependency and appears to be only used when running the tests. They all pass in...
Maybe. `[email protected]` depends on `[email protected]`. Are you able to update to `[email protected]` and test again?
btw, @mercmobily how is your app importing `multer@2+` since it's an ESM?
@mercmobily `npm i [email protected]` should install it.
Two big questions. I just now started trying to help. So I have some learning to do and don’t know what the plan is yet for multer. But I have...
I believe `2.0.0-rc.4` adds code to pass this option to `busboy`. If you need something now, you can try that version with `npm install [email protected]`.
@nirajchaurasiya the first place I would start looking is [this line of code](https://github.com/mscdex/busboy/blob/6b3dcf69d38c1a8d53a0b3e4c88ba296f6c91525/lib/types/multipart.js#L325) in BusBoy, which is what `multer` uses behind the scenes. I'm guessing the browser doesn't know what...
Have you tried stepping through the code to see why the `transfer-encoding` header is not being set?