Thomas Le Naour

Results 7 comments of Thomas Le Naour

Same for me with `create-react-app` (node v16.13.0, npm 8.1.0)

Hello, I'm facing the exact same issue. Everything works perfectly in development mode, but in production, I encounter the same error. When I submit a form with files using a...

I just found a potential solution (or instead an alternative) : I convert files into Base 64 before uploading, and I use the `cloudinary.uploader.upload()` method. Here's my code : ```ts...

@tommyg-cld In my case it was JPG files. I think this is the same problem for any types, I didn't test other files.

Hello, I can confirm that the `upload_stream()` function works great for me in production with the last release `v.2.0.3`. Thanks Cloudinary team for the fix!

Hey, I'm waiting for this support too! Thanks