next-multiparty icon indicating copy to clipboard operation
next-multiparty copied to clipboard

Easy & Simple File Uploads for Next.js

Results 3 next-multiparty issues
Sort by recently updated
recently updated
newest added

I am using Next version `13.2.4` and have the following error when deploying to Vercel. Could not resolve dependency: While resolving: [email protected] Found: [email protected]

I wrapped API handler as in example with exporting const , but facing following issue: ``` Error: Invalid config. Please export the config as the variable `const` at _callee$ (/Users/user/Development/www/project/node_modules/next-multiparty/dist/next-multiparty.cjs.development.js:936:21)...

Hey I use your lib on my projects but I always have an error here. ![Capture d’écran 2022-10-28 à 13 38 59](https://user-images.githubusercontent.com/32040951/198578959-1688a010-953f-454e-8b45-34f55a864309.png) Can you help me ?