Exporting to Confluence large documentation
When Exporting to Confluence a large documentation:
This message is showing:
In Browser DevTools you can see that the response code is 200 and in the request tab a message “The request has been truncated” is showing:
The response is null.
If all the previous is met there are 2 options:
Export a smaller documentation
You can reconfigure Tomcat to accept larger requests. This can be done by increasing the allowable limit or just simply disabling this functionality.
Edit is
<Tomcat-Dir>/server.xml
.Set the Tomcat configuration parameter maxPostSize for the HTTPConnector to a larger value (in bytes) to increase the limit.
If using Apache web server, add the same parameter to the AJP connector instead.
Restart.