-
Notifications
You must be signed in to change notification settings - Fork 526
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
Document Size error in Docker version of document server #354
Comments
Hi again If you tried to upload big file via |
Thank you for the quick response. I updated that value and got the same result. |
Could you attach your file and screenshot of error? |
Here is a download link for the excel file. |
Aha, agree with you Seems there is also limitation on nginx side You should add and I think same for all other nginx configs Please do not forget restart it afterwards |
Also I was wrong - |
Aaand finally I see your file is password protected |
I seem to get the same error after updating the production-linux.json and nginx client_max_body_size. |
I followed the exact steps you have outlined in your previous post I have continued to get the same error. Is there a specific version of document server you are using. |
I've using 6.2.2, but I don't think it's related
Are you got any errors in nginx logs or browser cobsole?
…On Wed, 21 Apr 2021, 19:22 Joel Chittum, ***@***.***> wrote:
I followed the exact steps you have outlined in your previous post I have
continued to get the same error. Is there a specific version of document
server you are using.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#354 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFDG3CQTKSNR4434GTJMOTTJ33VBANCNFSM43KKKC2A>
.
|
Browser console error is: Failed to load resource: the server responded with a status of 413 (Request Entity Too Large) |
This is decently nginx side problem, are you applied step 2 correctly? /etc/onlyoffice/documentserver-example/nginx/includes/ds-example.conf Show this file |
Hm, seems I've added also to default nginx config in /etc/nginx/nginx.conf Maybe this is the reason |
I have now added the client max to nginx.conf and still same issue. |
Ok, to be clear, I've started new container of And run those:
And after that I cannot see password prompt for your file |
Thank you very much this worked as expected and I will close the issue now. |
Didn't you find reason why previos variants are not working? |
I was missing some of the edits when updating the files is why it was not working for me. |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
I had a similar problem and I solved it very simply by editing But recently I changed one ONLYOFFICE container to the same one and changed the parameters in the same way, and the solution with default.json did not help
|
Do you want to request a feature or report a bug? Bug
What is the current behavior? The document server will not open any file over 50MB
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. I setup a new copy of the document server in a docker container enabled the example in the container and tried to upload a 150MB xlsx file as well as a 100MB docx file but the error I received is Upload error
What is the expected behavior? should open the document for editing
Did this work in previous versions of DocumentServer? No I was unable to get this to work in Docker Container versions, onlyoffice/documentserver:latest, onlyoffice/documentserver:6.2.1, onlyoffice/documentserver:6.2.0, onlyoffice/documentserver:6.1
DocumentServer Docker tag: onlyoffice/documentserver:latest
Host Operating System: Manjaro 20, Centos 7
I updated the values in default.json:
The text was updated successfully, but these errors were encountered: