Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on windows for file upload #174

Open
GeraudWilling opened this issue Oct 13, 2022 · 0 comments
Open

Not working on windows for file upload #174

GeraudWilling opened this issue Oct 13, 2022 · 0 comments

Comments

@GeraudWilling
Copy link

Hello,

I've a weird problem with this library.
The library is working fine on mac (both chrome and firefox).

On windows, it's also working fine for the recording part. However for the upload part, when the upload file is more than 20mb, It's not working neither for chrome nor for firefox (on windows).

The weird thing is that we doesn't have any log error on our web server. The only error is a "cors error" showing up in the browser developer console. So it seams that the upload fails even before reaching our api. (That say I'm sure that its not a cors issue because it's working fine when the video size is less than 20Mb, and both front and back share the same domain anyway)

I'm also sure that is not a timeout issue because our axios timeout is set to 1 hour and fails after only a few second (and it is working fine on mac anyways so It couldn't be a time out issue).

Could someone help please?
Our react version: 17.0.1
Our react-vide-recorder library version: 3.19.1

Capture d’écran 2022-10-13 à 20 38 11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant