Hi
Plugin unable to attach file to the project if file size larger than 1 MB.
The limit is set to 20 MB.
What's can be wrong?
That was our fault - the problem is in nginx configuration.
While you didn't post the answer here, I assume that it was simply setting client_max_body_size in your nginx config. That certainly solved things for us.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We had the same problem when we moved the system from Windows to Centos with nginx, to resolve it just edit your nginx.conf file which should be somewhere here:
/etc/nginx/nginx.conf
In the http section add the client max body size
client_max_body_size 10M;
If you have more websites running, you can also add this in your jira conf or confluence config file.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
access.log does not contain any plugin exception info
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alexandr!
Please report this on the Bitbucket repository of Documents:
https://bitbucket.org/StonikByte/documents-add-on/issues?status=new&status=open
Then someone from support will get in touch with you.
Thank you,
Danut.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could it be possible that a network applicance or proxy server could be throwing the 413? Can you verify the presence of either of those? Could yo hit the machine via localhost direct to port and try the same operation?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
may be the log from the tomcat logs directory /<jira-installation-dir>/logs. You will find a lot of logs there like access.log, etc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How/where can I get exception details?
log/atlassian-jira.log does not contain any similar to plugin exception information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you post the exception details?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.