-
-
Notifications
You must be signed in to change notification settings - Fork 205
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
[Uppy Integration] Progress bar reaches 100% instantly #44
Comments
I am also facing this issue, I think in Uppy server they are using socket to show the actual progress |
I am also facing this issue but only when uploading many files in parallel. |
My operating environment is docker + php7.2 + redis5 and The client uses uppy.js |
Apparently, this happens because of fastcgi_request_buffering option in Nginx. When the buffering is enabled, the entire request body is read from the client before sending the request to a FastCGI server. If you are using Nginx, consider disabling |
Progress bar instantly reaches 100% usually in local setup when using uppy with tus-php-server. There is a long pause afterwards while the file is being uploaded.
The text was updated successfully, but these errors were encountered: